Skip to content

Commit

Permalink
Update StartupAnalyzer.Diagnostics.cs (#11245)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyBies authored and analogrelay committed Jun 16, 2019
1 parent bc5bee7 commit 1521e6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public partial class StartupAnalzyer : DiagnosticAnalyzer
internal readonly static DiagnosticDescriptor UnsupportedUseMvcWithEndpointRouting = new DiagnosticDescriptor(
"MVC1005",
"Cannot use UseMvc with Endpoint Routing.",
"Using '{0}' to configure MVC is not supported while using Endpoint Routing. To continue using '{0}', please set 'MvcOptions.EnableEndpointRounting = false' inside '{1}'.",
"Using '{0}' to configure MVC is not supported while using Endpoint Routing. To continue using '{0}', please set 'MvcOptions.EnableEndpointRouting = false' inside '{1}'.",
"Usage",
DiagnosticSeverity.Warning,
isEnabledByDefault: true,
Expand Down

0 comments on commit 1521e6f

Please sign in to comment.