Never miss a release that matters

AI-powered summaries of every GitHub release.

AI Summaries

Changelogs condensed into clear, actionable insights.

Always Free

Track up to 5 packages at no cost, forever.

Weekly Digest

A curated summary of every release, delivered weekly.

Get Started Free
dotnet/efcorev11.xprerelease
4 releases

TL;DR

Entity Framework Core now supports binding to complex properties when using Cosmos DB, enabling more sophisticated data modeling and querying with that database (cloud database).

New

  • Cosmos DB Complex Property Binding: Allows mapping to complex object properties within Cosmos DB documents.
  • InMemoryTransaction Isolation Levels: Added overloads to InMemoryTransactionManager to control transaction isolation.

Fixes Worth Knowing

  • LINQ Query Null Check: Resolved an optimization issue that could cause incorrect results for IQueryable and DbSet types in LINQ queries. This improves the reliability of data retrieval.
  • MinBy Method: Added the MinBy method to allow for more flexible querying.

Before You Upgrade

No specific upgrade steps are required for this release.

v11.0.0-preview.4.NET 11 Preview 4
May 12, 2026
v11.0.0-preview.2.26159.112.NET 11 Preview 2
Apr 14, 2026
v11.0.100-preview.2.26159.112.NET 11 Preview 2
Mar 10, 2026
v11.0.0-preview.1.26104.118.NET 11 Preview 1
Feb 10, 2026
dotnet/efcorev10.x
5 releases

TL;DR

This release improves Entity Framework Core’s stability and correctness when working with complex collections and queries, resolving several potential exceptions and incorrect SQL generation.

Fixes Worth Knowing

  • Fixed an ArgumentOutOfRangeException when deleting from complex collections with nested collections.
  • Corrected issues with projecting entities containing complex collections using subqueries.
  • Resolved an InvalidCastException when using nested nullable complex properties.
  • Fixed incorrect SQL parameter names when using switch/case pattern matching (advanced C# feature).
  • Improved ExecuteUpdate functionality for scalar projections.
  • Fixed issues with named query filter conventions.

Before You Upgrade

Ensure your .NET version is compatible with Entity Framework Core 10.0.8 to avoid dependency conflicts.

May 12, 2026
Feb 10, 2026
Jan 14, 2026
Dec 9, 2025
Nov 11, 2025
dotnet/efcorev9.x
16 releases

TL;DR

Entity Framework Core 9.0.16 is a maintenance release updating dependencies and branding to align with .NET 9.0.16.

Before You Upgrade

Update your .NET SDK to version 9.0.16 to ensure compatibility.

May 12, 2026
v9.0.15v9.0.15
Apr 14, 2026
Mar 10, 2026
v9.0.13v9.0.13
Feb 10, 2026
Jan 13, 2026
Nov 11, 2025
Oct 14, 2025
Sep 9, 2025
Jul 23, 2025
v9.0.6v9.0.6
Jun 11, 2025
May 13, 2025
Apr 8, 2025
Mar 11, 2025
Feb 11, 2025
Jan 14, 2025
Nov 12, 2024
dotnet/efcorev8.x
25 releases

TL;DR

Entity Framework Core 8.0 has been updated with dependency and branding updates for .NET 8.0.27.

Fixes Worth Knowing

No user-facing fixes are included in this release.

Before You Upgrade

Update your .NET SDK to version 8.0.27 to ensure compatibility.

May 12, 2026
Apr 14, 2026
Mar 10, 2026
Feb 10, 2026
Jan 13, 2026
Nov 11, 2025
Oct 14, 2025
Sep 9, 2025
v8.0.17v8.0.17
Jun 11, 2025
May 13, 2025
Apr 8, 2025
Mar 11, 2025
Feb 11, 2025
Jan 14, 2025
Nov 12, 2024
Oct 8, 2024
Aug 13, 2024
Jul 9, 2024
Jun 3, 2024
May 14, 2024
Apr 9, 2024
Mar 12, 2024
Feb 13, 2024
Jan 9, 2024
Nov 14, 2023
dotnet/efcorev10.xprerelease
7 releases

TL;DR

Entity Framework Core gains enhanced JSON support, enabling more complex queries and updates against databases like SQL Server and Cosmos DB, alongside numerous stability and performance improvements.

Breaking

None

New

  • Improved JSON Support: Expanded capabilities for querying and updating JSON data, including support for arbitrary values and complex types.
  • SQLite AUTOINCREMENT: AUTOINCREMENT is now first-class, improving reliability and reducing false warnings.

Fixes Worth Knowing

  • Cosmos DB query execution now uses ExecutionStrategy for improved resilience.
  • Resolved issues with complex types and collections in migrations and model snapshots.
  • Fixed potential concurrency issues in connection handling.

Before You Upgrade

  • Review any custom code relying on specific JSON behavior, as the new features may alter query plans.
  • If using SQLite, test applications thoroughly to ensure compatibility with the improved AUTOINCREMENT handling.
v10.0.0-rc.2.25502.107.NET 10.0 RC 2
Oct 14, 2025
v10.0.0-rc.1.25451.107.NET 10.0 RC 1
Sep 9, 2025
v10.0.0-preview.7.25380.108.NET 10.0 Preview 7
Aug 13, 2025
v10.0.0-preview.6.25358.103.NET 10.0 Preview 6
Jul 23, 2025
v10.0.0-preview.3.25171.6.NET 10.0 Preview 3
Apr 11, 2025
v10.0.0-preview.2.25163.8.NET 10.0 Preview 2
Mar 18, 2025
v10.0.0-preview.1.25081.1.NET 10.0 Preview 1
Feb 25, 2025
dotnet/efcorev6.x
35 releases

TL;DR

Entity Framework Core 6 has been updated with dependency and branding updates for continued stability and security.

Breaking

None

New

None

Fixes Worth Knowing

None

Before You Upgrade

Ensure your project targets .NET 6.0.36 to benefit from the latest dependency updates.

Nov 12, 2024
Oct 8, 2024
Aug 13, 2024
Jul 9, 2024
Jun 4, 2024
May 14, 2024
Apr 9, 2024
Mar 12, 2024
Feb 13, 2024
Jan 9, 2024
Nov 14, 2023
Oct 24, 2023
Oct 10, 2023
Sep 12, 2023
Aug 8, 2023
Jul 11, 2023
Jun 23, 2023
Jun 13, 2023
Apr 11, 2023
Mar 14, 2023
Feb 14, 2023
Jan 10, 2023
Dec 13, 2022
Nov 8, 2022
Oct 11, 2022
Sep 13, 2022
Aug 9, 2022
Jul 12, 2022
Jun 15, 2022
May 11, 2022
Apr 12, 2022
Mar 8, 2022
Feb 8, 2022
Dec 14, 2021
Nov 8, 2021
dotnet/efcorev9.xprerelease
9 releases

TL;DR

Entity Framework Core now fully supports .NET 9, enabling performance improvements and access to new language features.

Breaking

None

New

None

Fixes Worth Knowing

None

Before You Upgrade

Ensure your project targets .NET 9.0 RC 2 or later to utilize these changes.

v9.0.0-rc.2.24474.1.NET 9.0 RC 2
Oct 8, 2024
v9.0.0-rc.1.24451.1.NET 9.0 RC 1
Sep 10, 2024
v9.0.0-preview.7.24405.3.NET 9.0 Preview 7
Aug 13, 2024
v9.0.0-preview.6.24327.4.NET 9.0 Preview 6
Jul 9, 2024
v9.0.0-preview.5.24306.3EF Core 9.0 Preview 5
Jun 11, 2024
v9.0.0-preview.4.24267.1EF Core 9.0 Preview 4
May 21, 2024
v9.0.0-preview.3.24172.4EF Core 9.0 Preview 3
Apr 11, 2024
v9.0.0-preview.2.24128.4EF Core 9.0 Preview 2
Mar 12, 2024
v9.0.0-preview.1.24081.2EF Core 9 Preview 1
Feb 13, 2024
dotnet/efcorev7.x
20 releases

TL;DR

EF Core 7.0 is no longer supported; upgrade to a current version (EF Core 8) for continued security and bug fixes.

Breaking

  • None

New

None

Fixes Worth Knowing

None

Before You Upgrade

Plan a migration to EF Core 8 or a later supported version to ensure continued support and access to new features.

Jun 4, 2024
May 14, 2024
Apr 9, 2024
Mar 12, 2024
Feb 13, 2024
Jan 9, 2024
Nov 14, 2023
Oct 24, 2023
Oct 10, 2023
Sep 12, 2023
Aug 8, 2023
Jul 11, 2023
Jun 23, 2023
Jun 13, 2023
Apr 13, 2023
Mar 14, 2023
Feb 14, 2023
Jan 10, 2023
Dec 14, 2022
Nov 8, 2022
dotnet/efcorev8.xprerelease
9 releases

TL;DR

EF Core 8 introduces significant JSON support, enabling querying and storage of JSON data directly within relational databases, including support for collections of primitive types.

Breaking

None

New

  • JSON Support: Query and manipulate JSON data within your database models.
  • DateOnly/TimeOnly: Native support for the new .NET DateOnly and TimeOnly structs (data types).
  • Compiled Models: Generate pre-compiled models for improved performance.

Fixes Worth Knowing

  • Improved performance for IN clause queries in SQL Server.
  • Enhanced handling of non-nullable, store-generated properties.
  • Lazy loading now works with no-tracking queries.

Before You Upgrade

  • Review the extensive list of changes on the EF Core GitHub issues page to identify potential impacts on your application.
  • Test thoroughly, especially if you are using JSON columns or rely on specific query patterns.
v8.0.0-rc.2.23480.1EF Core 8 (EF8) RC 2
Oct 10, 2023
v8.0.0-rc.1.23419.6EF Core 8 (EF8) RC 1
Sep 12, 2023
v8.0.0-preview.7.23375.4EF Core 8.0 (EF8) Preview 7
Aug 8, 2023
v8.0.0-preview.6.23329.4EF Core 8.0 (EF8) Preview 6
Jul 11, 2023
v8.0.0-preview.5.23280.1EF Core 8.0 (EF8) Preview 5
Jun 13, 2023
v8.0.0-preview.4.23259.3EF Core 8 (EF8) Preview 4
May 16, 2023
v8.0.0-preview.3.23174.2EF Core 8 (EF8) Preview 3
Apr 11, 2023
v8.0.0-preview.2.23128.3EF Core 8 (EF8) Preview 2
Mar 14, 2023
v8.0.0-preview.1.23111.4EF Core 8 (EF8) Preview 1
Feb 21, 2023
dotnet/efcorev3.x
35 releases

TL;DR

This release updates Entity Framework Core (data access technology) dependencies to the latest versions, improving security and stability.

Breaking

None

New

None

Fixes Worth Knowing

None

Before You Upgrade

No specific action is required; this is a dependency update and should integrate seamlessly.

Dec 14, 2022
Nov 8, 2022
Oct 11, 2022
Sep 13, 2022
Aug 9, 2022
Jul 12, 2022
Jun 15, 2022
May 10, 2022
Apr 12, 2022
Mar 8, 2022
Dec 14, 2021
Dec 2, 2021
Oct 19, 2021
Sep 15, 2021
Aug 11, 2021
Jul 22, 2021
Jul 13, 2021
Jun 8, 2021
May 11, 2021
Apr 13, 2021
Mar 9, 2021
Feb 9, 2021
Nov 10, 2020
Oct 13, 2020
Sep 8, 2020
Aug 12, 2020
Jul 14, 2020
Jun 9, 2020
May 14, 2020
Mar 24, 2020
Feb 18, 2020
Jan 15, 2020
Jan 15, 2020
Dec 3, 2019
Sep 23, 2019
dotnet/efcorev7.xprerelease
21 releases

TL;DR

EF Core 7 introduces significant performance improvements and new features like bulk updates/deletes (ExecuteUpdate/ExecuteDelete) and reverse engineering of database schemas with code templates.

Breaking

None

New

  • Bulk Updates/Deletes: New ExecuteUpdate and ExecuteDelete APIs allow efficient data modification without loading entities into memory.
  • Reverse Engineering: Scaffolding tools can now generate code templates from existing databases, including IEntityTypeConfiguration classes.
  • JSON Mapping: Map JSON values stored in the database directly to EF properties.

Fixes Worth Knowing

  • Improved support for trimming (reducing application size) in aggressive optimization scenarios.
  • More robust handling of spatial data and aggregate functions in SQL translation.

Before You Upgrade

Consider testing with the daily builds instead of this RC2 release, as it contains known issues that will be addressed in the final GA release.

v7.0.0-rc.2.22472.11EF Core 7.0 (EF7) RC2
Oct 11, 2022
v7.0.0-rc.1.22426.7EF Core 7.0 (EF7) RC1
Sep 14, 2022
v7.0.0-preview.7.22376.2EF Core 7.0 (EF7) Preview 7
Aug 9, 2022
v7.0.0-preview.6.22329.4EF Core 7.0 (EF7) Preview 6
Jul 12, 2022
v7.0.0-preview.5.22302.2EF Core 7.0 (EF7) Preview 5
Jun 15, 2022
v7.0.0-preview.4.22229.2EF Core 7.0 (EF7) Preview 4
May 10, 2022
v7.0.0-preview.3.22175.1EF Core 7.0 (EF7) Preview 3
Apr 13, 2022
v7.0.0-preview.2.22153.1EF Core 7.0 (EF7) Preview 2
Mar 15, 2022
v7.0.0-preview.1.22076.6EF Core 7.0 (EF7) Preview 1
Feb 17, 2022
7.0.0-rc17.0.0-rc1
Nov 18, 2015
7.0.0-beta87.0.0-beta8
Oct 15, 2015
7.0.0-beta77.0.0-beta7
Sep 2, 2015
7.0.0-beta67.0.0-beta6
Jul 28, 2015
7.0.0-beta57.0.0-beta5
Jun 30, 2015
7.0.0-beta47.0.0-beta4
Apr 29, 2015
7.0.0-beta37.0.0-beta3
Feb 23, 2015
7.0.0-beta27.0.0-beta2
Jan 16, 2015
7.0.0-beta17.0.0-beta1
Nov 12, 2014
7.0.0-alpha47.0.0-alpha4
Oct 6, 2014
7.0.0-alpha37.0.0-alpha3
Aug 15, 2014
7.0.0-alpha2EF 7.0.0-alpha2
Jul 8, 2014
dotnet/efcorev5.x
17 releases

TL;DR

This release updates Entity Framework Core (data access technology) dependencies to the latest versions, improving security and stability.

Breaking

None

New

None

Fixes Worth Knowing

None

Before You Upgrade

Ensure your project targets .NET 5.0 or later to benefit from the updated dependencies.

May 10, 2022
Apr 12, 2022
Mar 8, 2022
Feb 8, 2022
Dec 14, 2021
Dec 2, 2021
Oct 13, 2021
Sep 15, 2021
Aug 16, 2021
Jul 13, 2021
Jun 8, 2021
May 11, 2021
Apr 6, 2021
Feb 9, 2021
Jan 14, 2021
Dec 8, 2020
Nov 10, 2020
dotnet/efcorev6.xprerelease
9 releases

TL;DR

EF Core 6.0 is now available as a Release Candidate, introducing significant improvements and new features, especially for Cosmos DB and SQL Server, alongside general performance enhancements.

Breaking

None

New

  • Column Ordering: Define column order in tables using [ColumnAttribute.Order].
  • Cosmos DB Support: Expanded Cosmos DB support including collections, dictionaries, distinct operators, and throughput configuration.
  • Migrations Bundles: Group multiple migrations into a single deployable unit.

Fixes Worth Knowing

  • Improved performance for common scenarios like TechEmpower Fortunes benchmark.
  • Better logging of SQL commands and parameter values for easier debugging.
  • Support for DateOnly and TimeOnly structs in SQLite.

Before You Upgrade

Review the complete list of changes at https://docs.microsoft.com/en-us/ef/core/what-is-new/ef-core-6.0/whatsnew before upgrading to understand potential impacts to your application.

v6.0.0-rc.2.21480.5EF Core 6.0 RC2
Oct 13, 2021
v6.0.0-rc.1.21452.10EF Core 6.0 RC1
Sep 15, 2021
v6.0.0-preview.7.21378.4EF Core 6.0 Preview 7
Aug 11, 2021
v6.0.0-preview.6.21352.1EF Core 6.0 Preview 6
Jul 14, 2021
v6.0.0-preview.5.21301.9EF Core 6.0 Preview 5
Jun 17, 2021
v6.0.0-preview.4.21253.1EF Core 6.0 Preview 4
May 25, 2021
v6.0.0-preview.3.21201.2EF Core 6.0 Preview 3
Apr 8, 2021
v6.0.0-preview.2.21154.2EF Core 6.0 Preview 2
Mar 11, 2021
v6.0.0-preview.1.21102.2EF Core 6.0 Preview 1
Feb 17, 2021
dotnet/efcorev5.xprerelease
9 releases

TL;DR

EF Core 5.0 introduces significant performance improvements and new features like many-to-many relationships and flexible query mapping, fundamentally changing how you interact with your data.

Breaking

None

New

  • Many-to-many relationships: Simplified configuration and querying of many-to-many relationships.
  • Flexible query/update mapping: Map queries and updates to different entity types.
  • Improved Cosmos DB support: Enhanced query translation and optimistic concurrency with ETags.

Fixes Worth Knowing

Numerous bug fixes across all preview releases improving stability and query translation, particularly for Cosmos DB and SQL Server.

Before You Upgrade

Ensure your project targets .NET 5.0 and review the documentation for changes to migrations and scaffolding, as command-line parameters have been updated.

v5.0.0-rc.2.20475.6EF Core 5.0 RC2
Oct 13, 2020
v5.0.0-rc.1.20451.13EF Core 5.0 RC 1
Sep 15, 2020
v5.0.0-preview.8.20407.4EF Core 5.0 Preview 8
Aug 25, 2020
v5.0.0-preview.7.20365.15EF Core 5.0 Preview 7
Jul 21, 2020
v5.0.0-preview.6.20312.4EF Core 5.0 Preview 6
Jun 25, 2020
v5.0.0-preview.5.20278.2EF Core 5.0 Preview 5
Jun 10, 2020
v5.0.0-preview.4.20220.10EF Core 5.0 Preview 4
May 19, 2020
v5.0.0-preview.3.20181.2EF Core 5.0 Preview 3
Apr 23, 2020
v5.0.0-preview.2.20159.4EF Core 5.0 Preview 2
Apr 2, 2020
dotnet/efcorev3.xprerelease
13 releases

TL;DR

This release is obsolete; upgrade to the latest generally available (GA) version of Entity Framework Core 3.1 to receive continued support and bug fixes.

Breaking

None

New

None

Fixes Worth Knowing

None

Before You Upgrade

Migrate to the latest GA release of Entity Framework Core 3.1 for stability and ongoing support. Do not use this preview build in production.

v3.1.0-preview3.19554.8EF Core 3.1.0-preview3
Nov 14, 2019
v3.1.0-preview2.19525.5EF Core 3.1.0-preview2
Nov 4, 2019
v3.1.0-preview1.19506.2EF Core 3.1.0 Preview 1
Oct 15, 2019
v3.0.0-rc1.19456.14.NET Core 3.0.0 RC1
Sep 16, 2019
v3.0.0-preview9.19423.6.NET Core 3.0.0-preview9
Sep 4, 2019
v3.0.0-preview8.19405.11NET Core 3.0.0-preview8
Aug 13, 2019
v3.0.0-preview7.19362.6NET Core 3.0.0-preview7
Jul 23, 2019
v3.0.0-preview6.19304.10.NET Core 3.0.0-preview6
Jun 28, 2019
v3.0.0-preview5.19227.1.NET Core 3.0.0-preview5
May 6, 2019
v3.0.0-preview4.19216.3.NET Core 3.0.0-preview4
Apr 18, 2019
3.0.0-preview3.19153.1.NET Core 3.0 Preview3 19153.1
Mar 4, 2019
v3.0.0-preview.19074.33.0.0-preview2
Feb 6, 2019
v3.0.0-preview.18572.1.NET Core 3.0.0 Preview1
Dec 4, 2018
dotnet/efcorev2.x
16 releases

TL;DR

Entity Framework Core now supports spatial data types, enabling querying and storage of geographic information (like locations and geometries).

Breaking

None

New

Spatial data type support allows developers to work with geographic data directly within their .NET applications.

Fixes Worth Knowing

None

Before You Upgrade

Review documentation for spatial type mapping and querying to leverage the new functionality.

v2.2.7v2.2.7
Sep 11, 2019
v2.1.13v2.1.13
Sep 11, 2019
v2.1.12v2.1.12
Jul 9, 2019
v2.2.6v2.2.6
Jul 9, 2019
v2.2.4v2.2.4
Apr 9, 2019
v2.1.10v2.1.10
Apr 9, 2019
v2.2.2v2.2.2
Feb 12, 2019
v2.1.8v2.1.8
Feb 12, 2019
v2.2.12.2.1
Jan 8, 2019
Dec 4, 2018
2.1.42.1.4
Nov 15, 2018
2.1.32.1.2
Sep 19, 2018
2.1.12.1.1
Aug 8, 2018
2.1.02.1.0
Aug 8, 2018
2.0.12.0.1
Nov 15, 2017
rel/2.0.02.0.0
Aug 14, 2017
dotnet/efcorev2.xprerelease
4 releases

TL;DR

Entity Framework Core 2.2 improves query performance with compiled queries, allowing for faster repeated database interactions.

Breaking

None

New

  • Compiled Queries: Cache frequently executed queries for significant performance gains.
  • Cosmos DB Support: Added initial support for Microsoft’s globally distributed database service (cloud database).

Fixes Worth Knowing

  • Fixed issues with nullable column handling in certain database providers.
  • Resolved problems with DateTimeOffset conversions in some scenarios.

Before You Upgrade

Review your existing queries to identify candidates for compilation to maximize performance improvements.

2.2.0-preview32.2.0-preview3
Oct 17, 2018
2.2.0-preview22.2.0-preview2
Oct 17, 2018
rel/2.0.0-preview22.0.0-preview2
Jun 28, 2017
rel/2.0.0-preview12.0.0-preview1
May 10, 2017
dotnet/efcorev-1.x
2 releases

TL;DR

Entity Framework Core now supports data seeding for in-memory databases and offers improved performance and query translation, particularly for complex queries and date/time operations.

Breaking

  • None

New

  • Data Seeding for InMemory: You can now seed data directly into in-memory databases, useful for testing.
  • Precision and Scale on Type Mappings: Allows more control over database column definitions.
  • Lazy Loading: Navigation properties can now be loaded on demand, improving performance in some scenarios.

Fixes Worth Knowing

  • Numerous query translation issues have been resolved, improving performance and correctness for complex queries involving joins, grouping, and filtering.
  • Fixed issues with migrations, including incorrect code generation and errors during snapshot creation.
  • Resolved several bugs related to owned entities and shadow properties.

Before You Upgrade

  • Review any custom query translations, as improvements in the core query translator may alter behavior.
  • If using enums stored as strings, verify length specifications are correctly configured.
2.1.0-preview2-final2.1.0-preview2
Aug 8, 2018
2.1.0-rc1-final2.1.0-rc1
Aug 8, 2018
dotnet/efcorev1.x
10 releases

TL;DR

Entity Framework Core now correctly handles complex queries and migrations, resolving issues introduced in the previous release and improving stability for developers using advanced LINQ (Language Integrated Query).

Breaking

None

New

None

Fixes Worth Knowing

  • Correctly resolves issues with complex queries involving nested objects.
  • Fixes a regression where multi-part identifiers in queries were not being bound correctly.
  • Ensures DbContextOptions are correctly used during migrations.

Before You Upgrade

Review any custom migrations and ensure they build successfully after upgrading.

1.1.31.1.3
Nov 15, 2017
1.1.41.1.4
Nov 15, 2017
1.0.61.0.6
Nov 15, 2017
rel/1.1.21.1.2
Jun 1, 2017
rel/1.0.41.0.4
Jun 1, 2017
rel/1.1.11.1.1
Mar 7, 2017
rel/1.0.21.0.2
Dec 13, 2016
rel/1.1.01.1.0
Nov 16, 2016
rel/1.0.11.0.1
Sep 13, 2016
1.0.01.0.0
Jun 27, 2016
dotnet/efcorev1.xprerelease
2 releases

TL;DR

Entity Framework Core received a massive update adding support for memory-optimized tables in SQL Server, improved migrations (detecting renamed properties and verbose logging), and a new command-line interface (dotnet-ef).

Breaking

  • Provider-specific code may require updates due to changes in relational command methods.
  • Some existing provider implementations (like Npgsql 1.0) may be incompatible and require upgrades.

New

  • dotnet-ef command-line tools: A new suite of tools for database tasks.
  • Memory-optimized tables: Support for using memory-optimized tables in SQL Server for improved performance.
  • Flexible Execution Strategy: More control over how EF Core handles transient database errors.

Fixes Worth Knowing

  • Numerous query translation and performance issues were resolved, addressing problems with joins, Contains, OrderBy, Skip/Take, and navigation properties.
  • Fixes for migration generation errors, especially around renaming columns and tables.
  • Resolved issues with DateTime handling and string comparisons.

Before You Upgrade

  • Ensure your database providers are compatible with the latest EF Core changes.
  • Test your existing queries thoroughly, as many query-related bugs were fixed, potentially changing behavior
rel/1.1.0-preview11.1.0-preview1
Oct 25, 2016
1.0.0-rc21.0.0-rc2
May 16, 2016