7 references to API1002_ActionDoesNotReturnDocumentedStatusCode
Microsoft.AspNetCore.Mvc.Api.Analyzers (2)
ApiConventionAnalyzer.cs (2)
18
ApiDiagnosticDescriptors.
API1002_ActionDoesNotReturnDocumentedStatusCode
);
87
ApiDiagnosticDescriptors.
API1002_ActionDoesNotReturnDocumentedStatusCode
,
Mvc.Api.Analyzers.Test (5)
ApiConventionAnalyzerIntegrationTest.cs (5)
137
Assert.Contains(result, d => d.Id == ApiDiagnosticDescriptors.
API1002_ActionDoesNotReturnDocumentedStatusCode
.Id);
278
=> RunTest(ApiDiagnosticDescriptors.
API1002_ActionDoesNotReturnDocumentedStatusCode
, 400);
282
=> RunTest(ApiDiagnosticDescriptors.
API1002_ActionDoesNotReturnDocumentedStatusCode
, 404);
286
=> RunTest(ApiDiagnosticDescriptors.
API1002_ActionDoesNotReturnDocumentedStatusCode
, 200);
340
ApiDiagnosticDescriptors.
API1002_ActionDoesNotReturnDocumentedStatusCode
.Id,