Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup of "What is new" section #2614

Merged
merged 3 commits into from
Sep 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,31 @@
"source_path": "entity-framework/core/modeling/relational/index.md",
"redirect_url": "/ef/core/modeling/",
"redirect_document_id": false
},
{
"source_path": "entity-framework/core/what-is-new/ef-core-3.0/index.md",
"redirect_url": "/ef/core/what-is-new/ef-core-3.x",
"redirect_document_id": false
},
{
"source_path": "entity-framework/core/what-is-new/ef-core-3.0/breaking-changes.md",
"redirect_url": "/ef/core/what-is-new/ef-core-3.x/breaking-changes",
"redirect_document_id": false
},
{
"source_path": "entity-framework/core/miscellaneous/1x-2x-upgrade.md",
"redirect_url": "/ef/core/what-is-new/ef-core-2.0/upgrade",
"redirect_document_id": false
smitpatel marked this conversation as resolved.
Show resolved Hide resolved
},
{
"source_path": "entity-framework/core/miscellaneous/rc1-rc2-upgrade.md",
"redirect_url": "/ef/core/what-is-new",
"redirect_document_id": false
},
{
"source_path": "entity-framework/core/miscellaneous/rc2-rtm-upgrade.md",
"redirect_url": "/ef/core/what-is-new",
"redirect_document_id": false
}
]
}
156 changes: 0 additions & 156 deletions entity-framework/core/miscellaneous/rc1-rc2-upgrade.md

This file was deleted.

96 changes: 0 additions & 96 deletions entity-framework/core/miscellaneous/rc2-rtm-upgrade.md

This file was deleted.

4 changes: 2 additions & 2 deletions entity-framework/core/providers/provider-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ This page contains links to pull requests made on the EF Core repo that may requ

We are starting this log with changes from 2.1 to 2.2. Prior to 2.1 we used the [`providers-beware`](https://github.com/aspnet/EntityFrameworkCore/labels/providers-beware) and [`providers-fyi`](https://github.com/aspnet/EntityFrameworkCore/labels/providers-fyi) labels on our issues and pull requests.

## 2.2 ---> 3.0
## 2.2 ---> 3.x

Note that many of the [application-level breaking changes](xref:core/what-is-new/ef-core-3.0/breaking-changes) will also impact providers.
Note that many of the [application-level breaking changes](xref:core/what-is-new/ef-core-3.x/breaking-changes) will also impact providers.

* <https://github.com/aspnet/EntityFrameworkCore/pull/14022>
* Removed obsolete APIs and collapsed optional parameter overloads
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Instructions and notes for upgrading to Entity Framework Core 2.0
author: divega
ms.date: 08/13/2017
ms.assetid: 8BD43C8C-63D9-4F3A-B954-7BC518A1B7DB
uid: core/miscellaneous/1x-2x-upgrade
uid: core/what-is-new/ef-core-2.0/upgrade
---

# Upgrading applications from previous versions to EF Core 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Breaking changes in EF Core 3.0 - EF Core
description: Complete list of breaking changes introduced in Entity Framework Core 3.0
title: Breaking changes in EF Core 3.x - EF Core
description: Complete list of breaking changes introduced in Entity Framework Core 3.x
author: ajcvickers
ms.date: 12/03/2019
uid: core/what-is-new/ef-core-3.0/breaking-changes
ms.date: 09/05/2020
uid: core/what-is-new/ef-core-3.x/breaking-changes
---

# Breaking changes included in EF Core 3.0
# Breaking changes included in EF Core 3.x

The following API and behavior changes have the potential to break existing applications when upgrading them to 3.0.0.
The following API and behavior changes have the potential to break existing applications when upgrading them to 3.x.
Changes that we expect to only impact database providers are documented under [provider changes](xref:core/providers/provider-log).

## Summary
Expand Down
Loading