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
I'm having an issue with the generation. It seems like, that for me, no models are generated. The index.ts in the models directory is just empty (with the tslint:disable).
The APIs that got generated also have the type "void", even though they should return a type.
This is the standard example of an .Net Core application. The WeatherForecast should actually return the "WeatherForecast" class:
Hey all together!
I'm having an issue with the generation. It seems like, that for me, no models are generated. The index.ts in the models directory is just empty (with the tslint:disable).
The APIs that got generated also have the type "void", even though they should return a type.
This is the standard example of an .Net Core application. The WeatherForecast should actually return the "WeatherForecast" class:
Within the swagger.json, the type is visible. Am I doing something wrong or is the Swagger version too new or something?
Thanks for you help.
The text was updated successfully, but these errors were encountered: