mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #327] [MERGED] Update README.md #1144
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/327
Author: @tadic-luka
Created: 10/22/2019
Status: ✅ Merged
Merged: 10/28/2019
Merged by: @robertmuehsig
Base:
netcore30← Head:patch-1📝 Commits (1)
aa98b85Update README.md📊 Changes
1 file changed (+5 additions, -0 deletions)
View changed files
📝
README.md(+5 -0)📄 Description
EnableEndpointRouting should be set to false because there are breaking changes in ASP.NET Core 3.0. Otherwise people will get error:
Application startup exception: System.InvalidOperationException: Endpoint Routing does not support 'IApplicationBuilder.UseMvc(...)'. To use 'IApplicationBuilder.UseMvc' set 'MvcOptions.EnableEndpointRouting = false' inside 'ConfigureServices(...)
...
The solution is even proposed in stack trace.
Issue was opened on https://github.com/aspnet/AspNetCore/issues/9542 and it is explained there what should be done.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.