Skip to content

Commit

Permalink
What's new in EF Core 8 Preview 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcvickers committed Jan 30, 2023
1 parent 222479a commit c3819d0
Show file tree
Hide file tree
Showing 15 changed files with 1,893 additions and 9 deletions.
8 changes: 2 additions & 6 deletions entity-framework/core/what-is-new/ef-core-7.0/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
title: What's New in EF Core 7.0
description: Overview of new features in EF Core 7.0
author: ajcvickers
ms.date: 10/10/2022
ms.date: 01/15/2022
uid: core/what-is-new/ef-core-7
---

# What's New in EF Core 7.0

EF Core 7.0 (EF7) is the next release after EF Core 6.0 and is scheduled for release in November 2022. See [_Plan for Entity Framework Core 7.0_](xref:core/what-is-new/ef-core-7.0/plan) for details and [_.NET Data Biweekly Updates (2022)_](https://github.com/dotnet/efcore/issues/27185) for progress on the plan.

EF7 is currently in preview. The latest release on NuGet is [EF Core 7.0 Preview 7](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/7.0.0-preview.7.22376.2).

EF7 is also available as [daily builds](https://github.com/dotnet/efcore/blob/main/docs/DailyBuilds.md) which contain all the latest EF7 features and API tweaks. The samples here make use of these daily builds.
EF Core 7.0 (EF7) was [released in November 2022](https://devblogs.microsoft.com/dotnet/announcing-ef7/).

> [!TIP]
> You can run and debug into the samples by [downloading the sample code from GitHub](https://github.com/dotnet/EntityFramework.Docs). Each section links to the source code specific to that section.
Expand Down
510 changes: 508 additions & 2 deletions entity-framework/core/what-is-new/ef-core-8.0/whatsnew.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion samples/NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" />
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
Expand Down
12 changes: 12 additions & 0 deletions samples/core/Miscellaneous/NewInEFCore8/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "8.0.0-alpha.1.23062.6",
"commands": [
"dotnet-ef"
]
}
}
}
Loading

0 comments on commit c3819d0

Please sign in to comment.