7 references to API1002_ActionDoesNotReturnDocumentedStatusCode
Microsoft.AspNetCore.Mvc.Api.Analyzers (2)
ApiConventionAnalyzer.cs (2)
18ApiDiagnosticDescriptors.API1002_ActionDoesNotReturnDocumentedStatusCode); 87ApiDiagnosticDescriptors.API1002_ActionDoesNotReturnDocumentedStatusCode,
Mvc.Api.Analyzers.Test (5)
ApiConventionAnalyzerIntegrationTest.cs (5)
137Assert.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); 340ApiDiagnosticDescriptors.API1002_ActionDoesNotReturnDocumentedStatusCode.Id,