* Move the SkipTake to its own processor This handles the queries with Offset and Limit better as there are other linq methods that manage to set the Limit (e.g. First)
* update to net 5 * Add DecimalTypeKey to the logger * fix build * fix sdk version for script * Update dependencies. * Fix version and dependencies. * Readd necessary code paths, fix smaller upgrade issues, cleanup code. * Fix project files. * Fix tests. * Readd removed JetQueryTranslationPostprocessorFactory injection. Fix date/time related millisecond (double) support. * Fix value generation. Co-authored-by: Laurents Meyer <laucomm@gmail.com>
Several tests not running