Releases: EFNext/EntityFrameworkCore.Projectables
Releases · EFNext/EntityFrameworkCore.Projectables
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
v3.0.0-beta.1
What's Changed
- "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
Full Changelog: v2.3.1-beta.1...v3.0.0-beta.1
v2.3.1-beta.1
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
New Contributors
Full Changelog: v2.3.0...v2.3.1