You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a C# client with swagger-codegen-cli, if the user passes a config file with sourceFolder to any path other than the default then swagger-codegen-cli still outputs the test subproject to ./src.
Description
When creating a C# client with swagger-codegen-cli, if the user passes a config file with
sourceFolder
to any path other than the default then swagger-codegen-cli still outputs the test subproject to./src
.Swagger-codegen version
3.0.57
Swagger declaration file content or url
N/A
Command line used for generation
Steps to reproduce
How to reproduce:
config.json
sourceFolder
to something other than the default value ofsrc
.Expected result:
sourceFolder
, as per this)Actual result:
./src
.Related issues/PRs
Suggest a fix/enhancement
testFolder
, as per this.The text was updated successfully, but these errors were encountered: