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 c0cc2de commit 84778a6Copy full SHA for 84778a6
src/Mvc/Mvc.Api.Analyzers/src/ApiDiagnosticDescriptors.cs
@@ -8,7 +8,7 @@ namespace Microsoft.AspNetCore.Mvc.Api.Analyzers;
8
[System.Diagnostics.CodeAnalysis.SuppressMessage("MicrosoftCodeAnalysisReleaseTracking", "RS2008:Enable analyzer release tracking")]
9
internal static class ApiDiagnosticDescriptors
10
{
11
- public const string Usage = "Usage";
+ private const string Usage = "Usage";
12
13
public static readonly DiagnosticDescriptor API1000_ActionReturnsUndocumentedStatusCode =
14
new DiagnosticDescriptor(
0 commit comments