What's Changed
- Add support for projecting method groups by @Flamage82 in #87
- Add query root rewrite support by @zoriya in #86
- Fix eager includes not working by @zoriya in #90
- Fix eager includes of skip navigations by @zoriya in #92
- Fix QualifiedNameSyntax visiting (fixes #100) by @PhenX in #101
- Updated to dotnet 8 by @koenbeuk in #96
- Use RegisterImplementationSourceOutput for perf by @koenbeuk in #105
- Source generation optimization by @ZvonimirMatic in #107
- Fix preview version names in release process. by @ZvonimirMatic in #108
- Update README.md - fix typo by @dgmagno in #111
- Never map projectable properties by @koenbeuk in #113
- Derived from QueryCompiler base class by @koenbeuk in #114
- fix typo in property name README.md by @ManderO9 in #117
- Fix missing parenthesis around ternary expressions (Fixes #116) by @PhenX in #118
- Add parenthesis inside string interpolations (Fixes #115) by @PhenX in #119
- Add partial support for switch expression, by converting them to nested ternary expressions by @PhenX in #120
- Add .NET 9 + EF 9 support by @wassim-k in #124
New Contributors
- @Flamage82 made their first contribution in #87
- @zoriya made their first contribution in #86
- @ZvonimirMatic made their first contribution in #107
- @dgmagno made their first contribution in #111
- @ManderO9 made their first contribution in #117
- @wassim-k made their first contribution in #124
Full Changelog: v3.0.4...v4.0.0