6 references to Produces
CatalogService (2)
CatalogApi.cs (2)
49
.
Produces
(404)
50
.
Produces
(200, contentType: "image/jpeg");
Microsoft.AspNetCore.Routing (3)
Builder\OpenApiRouteHandlerBuilderExtensions.cs (3)
55
return
Produces
(builder, statusCode, typeof(TResponse), contentType, additionalContentTypes);
109
return
Produces
(builder, statusCode, typeof(ProblemDetails), contentType);
151
return
Produces
(builder, statusCode, typeof(HttpValidationProblemDetails), contentType);
Microsoft.AspNetCore.Routing.Tests (1)
Builder\OpenApiRouteHandlerBuilderExtensionsTest.cs (1)
63
builder.
Produces
(StatusCodes.Status404NotFound);