We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
6.3.1
Create a Blazor WASM App in VS 2019 with Minimal API and .NET Framework 6.0.
Name a Controller with e.g. an Attribute
The Controller's Name is the Name of the Project.
The text was updated successfully, but these errors were encountered:
app.MapGet("/EDI/Customer/", [SwaggerOperation(Tags = new[] { "XXXXXXXXXXXX" })] (CancellationToken cancellationToken)
Does the trick!
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: