Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Controller Name #1430

Open
DominikErnst opened this issue May 20, 2022 · 1 comment
Open

Change Controller Name #1430

DominikErnst opened this issue May 20, 2022 · 1 comment

Comments

@DominikErnst
Copy link

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
Copy link
Author

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

Does the trick!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant