parent
ac6a1f5759
commit
834e316f7a
|
|
@ -37,7 +37,7 @@ namespace Microsoft.AspNetCore.Analyzers
|
|||
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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue