Forum Discussion
kakabubu
7 years agoContributor
Check your case again. Seems like it was fixed. I had the same issue, but I've resolved it using the config file with the offline generator a few days ago.
java -jar swagger-codegen-cli.jar generate -i <url>swagger/docs/1.0 -l csharp -o <resultFolderPath> -c <configFolderPath>swagger-codegen-config.json
Config file:
{
"packageName": "Name.Of.Package"
}