Skip to content

Releases: dotnet/efcore

EF Core 5.0 Preview 3

23 Apr 18:15
7a6aa0a
Compare
Choose a tag to compare
EF Core 5.0 Preview 3 Pre-release
Pre-release

EF Core 5.0 preview 3 is on NuGet now!

New features in preview 3 include:

Remember that all these preview 1 and 2 features are also included in preview 3:

The .NET Blog announcement has installation instructions and full details.

EF Core 5.0 Preview 2

02 Apr 22:47
b424608
Compare
Choose a tag to compare
EF Core 5.0 Preview 2 Pre-release
Pre-release

EF Core 5.0 preview 2 is on NuGet now!

For EF Core, preview 2 contains only a few new features over preview 1:

  • Use a C# attribute to specify a property backing field
  • Complete discriminator mapping
  • Performance improvements in Microsoft.Data.Sqlite

All issues fixed in preview 2

The .NET Blog announcement has installation instructions and full details.

Remember that all these preview 1 features are also in preview 2:

  • Simple Logging
  • Simple way to get generated SQL
  • Use a C# attribute to indicate that an entity has no key
  • Connection or connection string can be changed on initialized DbContext
  • Change-tracking proxies
  • Enhanced debug views
  • Improved handling of database null semantics
  • Indexer properties
  • Generation of check constraints for enum mappings
  • Cosmos optimistic concurrency with ETags
  • Query translations for more DateTime constructs
  • Query translations for more byte array constructs
  • Query translation for Reverse
  • Query translation for bitwise operators
  • Query translation for strings on Cosmos

All issues fixed in preview 1

EF Core 3.1.3

24 Mar 22:32
6f4f078
Compare
Choose a tag to compare

This is a patch release of EF Core 3.1 containing only critical bug fixes.

EF Core 3.1.2

18 Feb 21:00
Compare
Choose a tag to compare

This release updates dependencies but contains no code changes.

EF Core 3.1.1

15 Jan 22:08
Compare
Choose a tag to compare

This is a patch release of EF Core 3.1 containing only critical bug fixes.

EF Core 3.0.2

15 Jan 22:08
Compare
Choose a tag to compare

This is a patch release of EF Core 3.0 containing only critical bug fixes.

EF Core 3.1.0

03 Dec 19:04
82c6ea4
Compare
Choose a tag to compare

The primary goal of EF Core 3.1 is to polish the features and scenarios we delivered in EF Core 3.0. EF Core 3.1 will be a long term support (LTS) release, supported for at least 3 years. To this end we have fixed over 150 issues for the 3.1 release, but there are no major new features to announce.

EF Core 3.1 reintroduces support for .NET Standard 2.0, rather than requiring .NET Standard 2.1 as was the case for EF Core 3.0. This means EF Core 3.1 will run on .NET Framework versions that support the standard.

EF Core 3.1.0-preview3

14 Nov 19:19
3442750
Compare
Choose a tag to compare
Pre-release

This was a preview release. It should not be used now that 3.1.0 RTM/GA has been released.

EF Core 3.1.0-preview2

04 Nov 14:16
08f0c38
Compare
Choose a tag to compare
Pre-release

This was a preview release. It should not be used now that 3.1.0 RTM/GA has been released.

EF Core 3.1.0 Preview 1

15 Oct 19:58
2c63d0e
Compare
Choose a tag to compare
Pre-release

This was a preview release. It should not be used now that 3.1.0 RTM/GA has been released.