We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941600d commit 3b624faCopy full SHA for 3b624fa
src/Framework/AspNetCoreAnalyzers/src/Analyzers/DiagnosticDescriptors.cs
@@ -82,7 +82,7 @@ internal static class DiagnosticDescriptors
82
83
internal static readonly DiagnosticDescriptor DisallowConfigureAppConfigureHostBuilder = new(
84
"ASP0013",
85
- "Suggest switching from using Configure methods to WebApplicationBuilder.Configuration",
+ "Suggest using WebApplicationBuilder.Configuration over Configure methods",
86
"Suggest using WebApplicationBuilder.Configuration instead of {0}",
87
"Usage",
88
DiagnosticSeverity.Warning,
0 commit comments