pull/14793/head
Aaron Kunz 2019-10-03 14:11:45 +02:00 committed by Luke Latham
parent 7cea430342
commit f56270fd02
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ author: rick-anderson
description: Learn how to migrate an ASP.NET Core 2.2 project to ASP.NET Core 3.0.
ms.author: riande
ms.custom: mvc
ms.date: 09/29/2019
ms.date: 10/03/2019
uid: migration/22-to-30
---
# Migrate from ASP.NET Core 2.2 to 3.0
@ -760,7 +760,7 @@ public void Configure(IApplicationBuilder app)
}
```
Protection is implemented for some scenarios. `UseEndpoint` middleware throws an exception if an authorization or CORS policy is skipped due to missing middleware. Analyzer support to provide additional feedback about misconfiguration is in progress.
Protection is implemented for some scenarios. Endpoints Middleware throws an exception if an authorization or CORS policy is skipped due to missing middleware. Analyzer support to provide additional feedback about misconfiguration is in progress.
### SignalR