Releases: koenbeuk/EntityFrameworkCore.Projectables
Releases · koenbeuk/EntityFrameworkCore.Projectables
v4.0.0
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
v4.0.0-preview.4
v4.0.0-preview.3
What's Changed
- Source generation optimization by @ZvonimirMatic in #107
- Fix preview version names in release process. by @ZvonimirMatic in #108
New Contributors
- @ZvonimirMatic made their first contribution in #107
Full Changelog: v4.0.0-preview.2...v4.0.0-preview3
v4.0.0-preview.2
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
New Contributors
- @Flamage82 made their first contribution in #87
- @zoriya made their first contribution in #86
Full Changelog: v3.0.4...v4.0.0-preview.2
v4.0.0-preview.1
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
New Contributors
- @Flamage82 made their first contribution in #87
- @zoriya made their first contribution in #86
Full Changelog: v3.0.4...v4.0.0-preview.1
v3.0.4
v3.0.3
What's Changed
- Import using directives to help resolve extension methods by @koenbeuk in #68
- Fix interface property lookup in generic method by @rhodon-jargon in #72
Full Changelog: v3.0.2...v3.0.3
v3.0.2
v3.0.1
v3.0.0
What's Changed
- "Auto-generated" added output so Stylecop ignores it by @djbsee in #33
- Keep leading and traling trivias on identifiers to prevent some syntax errors by @PhenX in #36
- "Auto-generated" fixed so Stylecop can see it by @djbsee in #37
- Exclude received tests results from git by @koenbeuk in #38
- Hide generated code from the editor by @koenbeuk in #39
- Support default parameter values by @koenbeuk in #41
- Support for the params keyword by @koenbeuk in #42
- Add docs on where Projectables can be used. by @koenbeuk in #43
- Default to full compatibility mode by @koenbeuk in #44
- Fully qualify extension method calls by @koenbeuk in #49
- Ensure generated file name hints have the .g.cs extension by @koenbeuk in #50
- Find overriding implementations for virtual methods by @koenbeuk in #55
- Support conditional access rewriting for value types by @koenbeuk in #51
- Add support for interfaces in generic methods by @rhodon-jargon in #57
- Add support projectable members declared on generic abstract classes by @koenbeuk in #60
New Contributors
- @djbsee made their first contribution in #33
- @PhenX made their first contribution in #36
- @rhodon-jargon made their first contribution in #57
Full Changelog: v2.3.0...v3.0.0