Skip to content

Releases: koenbeuk/EntityFrameworkCore.Projectables

v4.0.0

07 Dec 19:17
fbd2b8d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.4...v4.0.0

v4.0.0-preview.4

18 Aug 23:39
88bb16e
Compare
Choose a tag to compare
v4.0.0-preview.4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v4.0.0-preview3...v4.0.0-preview.4

v4.0.0-preview.3

12 Jun 23:46
005784e
Compare
Choose a tag to compare
v4.0.0-preview.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v4.0.0-preview.2...v4.0.0-preview3

v4.0.0-preview.2

21 Apr 23:55
ffbcc8c
Compare
Choose a tag to compare
v4.0.0-preview.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v3.0.4...v4.0.0-preview.2

v4.0.0-preview.1

08 Mar 01:06
2de4bc4
Compare
Choose a tag to compare
v4.0.0-preview.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v3.0.4...v4.0.0-preview.1

v3.0.4

30 Aug 01:07
Compare
Choose a tag to compare

What's Changed

  • Add support for notnull, struct, class and new() generic constraints by @PhenX in #83
  • Don't throw when out of accessible expressions by @koenbeuk in #75

Full Changelog: v3.0.3...v3.0.4

v3.0.3

04 May 16:32
b458c71
Compare
Choose a tag to compare

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

16 Mar 00:39
0820252
Compare
Choose a tag to compare

What's Changed

  • Don't throw on private and protected properties by @koenbeuk in #64

Full Changelog: v3.0.1...v3.0.2

v3.0.1

09 Mar 19:25
88cebbc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

21 Feb 00:37
6de068b
Compare
Choose a tag to compare

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

Full Changelog: v2.3.0...v3.0.0