Swashbuckle.WebApi icon indicating copy to clipboard operation
Swashbuckle.WebApi copied to clipboard

Change Controller Name

Open DominikErnst opened this issue 2 years ago • 1 comments

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.

DominikErnst avatar May 20 '22 07:05 DominikErnst

app.MapGet("/EDI/Customer/", [SwaggerOperation(Tags = new[] { "XXXXXXXXXXXX" })] (CancellationToken cancellationToken)

Does the trick!

DominikErnst avatar Jun 07 '22 09:06 DominikErnst