Skip to content

Releases: EFNext/EntityFrameworkCore.Projectables

v2.2.0

28 Apr 12:26
5cd98f6

Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

12 Jan 11:51
7def9c2

Choose a tag to compare

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

Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.1.0

v2.0.4

03 Jan 19:15
3be98ab

Choose a tag to compare

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
c251d6d

Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

26 Nov 12:02
401b7d8

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

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

v2.0.0-beta.1

16 Sep 18:49
a94702b

Choose a tag to compare

v2.0.0-beta.1 Pre-release
Pre-release

A first beta release targeting EF Core 6

v1.0.1

01 Jul 19:38

Choose a tag to compare

  • Added a readme to the nuget package
  • Documented the released code analyzer
  • Fixed a source generation issue where projectable extension methods using other projectable extension methods caused issues