You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add ASP.NET Core 3.0 breaking changes
* more work
* more work
* Add include files
* fix build error
* Acrolinx pass
* Eliminate occurrences of 'we'
* Add dedicated ASP.NET Core breaking changes page
* update ToC
* Alphabetize categories in ToC
* Sort section on breaking changes page
* Fix repo name
* Add another breaking change
* Add API sections for 'not detectable' changes
* Test API ref link
* Test API ref links
* Add more API ref links
* Add more API ref links
* Add more API ref links
* Add more API ref links
* Add more API ref links
* more work
* more work
* fixes
* more fixes
* fix link
* more work
* fix spacing issue in list
* order changes by area
* fix build errors
* fix build errors
* added periods
* Apply suggestions from code review
Co-Authored-By: Maira Wenzel <[email protected]>
* Code-fence internal API ref links
* minor edit
* Apply suggestions from code review
Co-Authored-By: Maira Wenzel <[email protected]>
* react to feedback
* fix more links
* react to feedback
* update ms.date
* update ms.date
title: Breaking changes, version 2.2 to 3.0 - .NET Core
3
3
description: Lists the breaking changes from version 2.2 to version 3.0 of .NET Core, ASP.NET Core, and EF Core.
4
-
ms.date: "09/10/2019"
4
+
ms.date: "10/15/2019"
5
5
author: "rpetrusha"
6
6
ms.author: "ronpet"
7
7
---
8
8
# Breaking changes for migration from Version 2.2 to 3.0
9
9
10
10
> [!IMPORTANT]
11
-
> This article is under construction. This is not a complete list of .NET Core breaking changes. For more information on .NET Core breaking changes, you can examine individual [breaking changes issues](https://github.com/dotnet/docs/issues?q=is%3Aissue+is%3Aopen+label%3Abreaking-change) in the dotnet/docs repository on GitHub.
11
+
> This article is under construction. This is not a complete list of .NET Core breaking changes. For more information on .NET Core breaking changes, you can examine individual [breaking changes issues](https://github.com/dotnet/docs/issues?q=is%3Aissue+is%3Aopen+label%3Abreaking-change) in the dotnet/docs repository on GitHub.
12
12
13
-
If you are migrating from version 2.2 to version 3.0 of .NET Core, ASP.NET Core, or EF Core, review the following topics for breaking changes that may affect your app:
13
+
If you're migrating from version 2.2 to version 3.0 of .NET Core, ASP.NET Core, or EF Core, review the following topics for breaking changes that may affect your app:
14
+
15
+
## ASP.NET Core
16
+
17
+
[!INCLUDE[obsolete Antiforgery, CORS, Diagnostics, MVC, and Routing APIs removed](~/includes/core-changes/aspnetcore/3.0/obsolete-apis-removed.md)]
0 commit comments