swagger-api / swagger-codegen-generators

Apache License 2.0
284 stars 425 forks source link

[ASPNETCORE] bad character in generated file #1232

Closed Bobdugrand8 closed 11 months ago

Bobdugrand8 commented 11 months ago

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:

HugoMario commented 11 months ago

fixed by https://github.com/swagger-api/swagger-codegen-generators/pull/1233