danielgerlag / workflow-core

Lightweight workflow engine for .NET Standard
MIT License
5.4k stars 1.2k forks source link

Fix Error Endpoint Routing does not support UseMvc #1196

Open sep96 opened 1 year ago

sep96 commented 1 year ago

Endpoint Routing does not support UseMvc Error Detail : Endpoint Routing does not support 'IApplicationBuilder.UseMvc(...)'. To use 'IApplicationBuilder.UseMvc' set 'MvcOptions.EnableEndpointRouting = false' inside 'ConfigureServices(...).