Swashbuckle.WebApi
Swashbuckle.WebApi copied to clipboard
Change Controller Name
VERSION:
6.3.1
STEPS TO REPRODUCE:
Create a Blazor WASM App in VS 2019 with Minimal API and .NET Framework 6.0.
EXPECTED RESULT:
Name a Controller with e.g. an Attribute
ACTUAL RESULT:
The Controller's Name is the Name of the Project.
app.MapGet("/EDI/Customer/", [SwaggerOperation(Tags = new[] { "XXXXXXXXXXXX" })] (CancellationToken cancellationToken)
Does the trick!