5 references to ProducesDefaultResponseTypeAttribute
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (2)
ApiResponseTypeProviderTest.cs (2)
239new ProducesDefaultResponseTypeAttribute(typeof(SerializableError)), 431new 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)
223builder.MapGet("/api/todos", [ProducesDefaultResponseType(typeof(Error))] () => { }); 255builder.MapGet("/api/todos", [ProducesDefaultResponseType(typeof(Error))] () => { })