5 references to ProducesDefaultResponseTypeAttribute
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (2)
ApiResponseTypeProviderTest.cs (2)
239
new
ProducesDefaultResponseTypeAttribute
(typeof(SerializableError)),
431
new
ProducesDefaultResponseTypeAttribute
(typeof(DivideByZeroException)),
Microsoft.AspNetCore.Mvc.Core (1)
ProducesDefaultResponseTypeAttribute.cs (1)
19
:
this
(typeof(void))
Microsoft.AspNetCore.OpenApi.Tests (2)
Services\OpenApiDocumentService\OpenApiDocumentServiceTests.Responses.cs (2)
223
builder.MapGet("/api/todos", [
ProducesDefaultResponseType
(typeof(Error))] () => { });
255
builder.MapGet("/api/todos", [
ProducesDefaultResponseType
(typeof(Error))] () => { })