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
When using the generator for ASPNETCORE, it add a bad character that blocks the project to open.
3.0.51 on https://editor.swagger.io/
The default PETStore is also bugged
Generate the aspnetcore server. Try to open the project in visual studio (or rider) The project fail to open.
The error is in IO.swagger.csproj:
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0"/>`
The text was updated successfully, but these errors were encountered:
swagger-api/swagger-codegen-generators#1233
Sorry, something went wrong.
No branches or pull requests
Description
When using the generator for ASPNETCORE, it add a bad character that blocks the project to open.
Swagger-codegen version
3.0.51 on https://editor.swagger.io/
Swagger declaration file content or url
The default PETStore is also bugged
Command line used for generation
Steps to reproduce
Generate the aspnetcore server.
Try to open the project in visual studio (or rider)
The project fail to open.
Related issues/PRs
Suggest a fix/enhancement
The error is in IO.swagger.csproj:
The text was updated successfully, but these errors were encountered: