When you run this code
java -jar swagger-codegen-cli-3.0.35.jar generate -i openapi.json -l csharp -o test
in command prompt, it creates a solution and also a project named IO.Swagger.
It is possible to change the name of the project and its namespace path?
When I changed the name of the project, it does not change the namespace path based on the project name.
It is a lot of files that need to be changed and it takes forever!
Thank you!