Releases: EFNext/EntityFrameworkCore.Projectables
Releases · EFNext/EntityFrameworkCore.Projectables
v2.3.0
03 Aug 20:59
Compare
Sorry, something went wrong.
No results found
What's Changed
Rewrote ExpressionSyntaxRewriter to handle @this rewrites more reliably by @koenbeuk in #27
UseMemberBody to use the body of another member by @bocca in #28
New Contributors
Full Changelog : v2.2.0...v2.3.0
v2.3.0-beta.1
08 Jul 07:18
Compare
Sorry, something went wrong.
No results found
v2.2.0
28 Apr 12:26
Compare
Sorry, something went wrong.
No results found
v2.1.1
12 Jan 11:51
Compare
Sorry, something went wrong.
No results found
This is a patch release fixing a regression wrt the use of Enums and Static members
What's Changed
Ensure that NamedTypeSymbols are not being rewritten by @koenbeuk in #17
Full Changelog : v2.1.0...v2.1.1
v2.1.0
08 Jan 11:59
Compare
Sorry, something went wrong.
No results found
v2.0.4
03 Jan 19:15
Compare
Sorry, something went wrong.
No results found
What's Changed
Fixed a regression where relational member calls would fail to generate properly by @koenbeuk in #14
Full Changelog : v2.0.3...v2.0.4
v2.0.3
03 Jan 18:37
Compare
Sorry, something went wrong.
No results found
v2.0.2
26 Nov 12:02
Compare
Sorry, something went wrong.
No results found
What's Changed
Added minimal docs on the projectable attribute by @koenbeuk in #8
Fixed code generation issue with constructing complex types from instance members
Full Changelog : v2.0.1...v2.0.2
v2.0.1
25 Nov 16:19
Compare
Sorry, something went wrong.
No results found
What's Changed
Update README.md by @benmccallum in #9
Fixed a code generation bug affecting projectable Instance methods
Expanded code docs
New Contributors
Full Changelog : v2.0.0...v2.0.1
v2.0.0
15 Nov 11:43
Compare
Sorry, something went wrong.
No results found
Starting from this release we target EF Core 6.
What's Changed
Added support for EF Core 6 by @koenbeuk in #5
Support for rewriting null conditional access expressions by @koenbeuk in #6
Support for projectable generic methods by @koenbeuk in #7
Full Changelog : v1.0.1...v2.0.0