4 references to WithTags
CatalogService (1)
CatalogApi.cs (1)
11
group.
WithTags
("Catalog");
Microsoft.AspNetCore.Routing (1)
Builder\OpenApiRouteHandlerBuilderExtensions.cs (1)
206
=>
WithTags
<RouteHandlerBuilder>(builder, tags);
Microsoft.AspNetCore.Routing.Tests (1)
Builder\OpenApiRouteHandlerBuilderExtensionsTest.cs (1)
28
static void GenericWithTags(IEndpointConventionBuilder builder) => builder.
WithTags
("a", "b", "c");
MinimalSample (1)
Program.cs (1)
57
.
WithTags
("nested", "more", "tags");