efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.

MIT License

Stars
13.5K
Committers
384

Bot releases are hidden (Show)

efcore - EF Core 5.0 Preview 8

Published by rbhanda about 4 years ago

EF Core 5.0 preview 8 is available on NuGet now!

New features in preview 8 include:

Remember that all these features from previous previews are also included in preview 8:

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

efcore - EF Core 3.1.7

Published by rbhanda about 4 years ago

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

efcore - EF Core 5.0 Preview 7

Published by rbhanda over 4 years ago

EF Core 5.0 preview 7 is available on NuGet now!

New features in preview 7 include:

Remember that all these features from previous previews are also included in preview 7:

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

efcore - EF Core 3.1.6

Published by rbhanda over 4 years ago

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

efcore - EF Core 5.0 Preview 6

Published by rbhanda over 4 years ago

EF Core 5.0 preview 6 is available on NuGet now!

New features in preview 6 include:

Remember that all these features from previous previews are also included in preview 6:

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

efcore - EF Core 5.0 Preview 5

Published by rbhanda over 4 years ago

EF Core 5.0 preview 5 is on NuGet now!

New features in preview 5 include:

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

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

efcore - EF Core 3.1.5

Published by rbhanda over 4 years ago

This is a patch release of EF Core 3.1 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 3.1.4.

efcore - EF Core 5.0 Preview 4

Published by rbhanda over 4 years ago

EF Core 5.0 preview 4 is on NuGet now!

New features in preview 4 include:

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

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

efcore - EF Core 3.1.4

Published by rbhanda over 4 years ago

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

efcore - EF Core 5.0 Preview 3

Published by rbhanda over 4 years ago

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.

efcore - EF Core 5.0 Preview 2

Published by rbhanda over 4 years ago

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

efcore - EF Core 3.1.3

Published by rbhanda over 4 years ago

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

efcore - EF Core 3.1.2

Published by rbhanda over 4 years ago

This release updates dependencies but contains no code changes.

efcore - EF Core 3.1.1

Published by rbhanda almost 5 years ago

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

efcore - EF Core 3.0.2

Published by rbhanda almost 5 years ago

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

efcore - EF Core 3.1.0

Published by leecow almost 5 years ago

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.

efcore - EF Core 3.1.0-preview3

Published by vivmishra almost 5 years ago

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

efcore - EF Core 3.1.0-preview2

Published by vivmishra almost 5 years ago

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

efcore - EF Core 3.1.0 Preview 1

Published by leecow about 5 years ago

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

Badges
Extracted from project README
build status test results latest version preview version downloads latest version preview version downloads
Related Projects