Open
Description
Description
The csharp client is missing one class file (in this case ApiResponseDelete.cs). Other classes use instances of the missing ApiResponseDelete class.
Swagger-codegen version
2.2.2
Swagger declaration file content or url
https://docs.newsletter2go.com/doc/swagger.json
Command line used for generation
> java -jar swagger-codegen-cli-2.2.2.jar -l csharp -i https://docs.newsletter2go.com/doc/swagger.json
Steps to reproduce
> java -jar swagger-codegen-cli-2.2.2.jar -l csharp -i https://docs.newsletter2go.com/doc/swagger.json
> build.bat
...
src\IO.Swagger\Api\RecipientApi.cs(1497,62): error CS0246: The type or namespace
name 'ApiResponseDelete' could not be found (are you missing a using
directive or an assembly reference?)
...