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
.
3.0.57
Swagger declaration file content or urlN/A
Command line used for generation{
"sourceFolder": "FooBar"
}
java -jar swagger-codegen-cli-3.0.57.jar generate -i ${OPENAPI_SPEC} \
-l csharp \
-c config.json
Steps to reproduce
How to reproduce:
config.json
sourceFolder
to something other than the default value of src
.Expected result:
sourceFolder
, as per this)Actual result:
./src
.testFolder
, as per this.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4