Forum Discussion
No RepliesBe the first to reply
Related Content
- 2 years ago
- 2 years ago
- 4 years ago
Recent Discussions
- 6 days ago
- 7 days ago
- 24 days ago
Hello all,
I am generating both the service and client for an OpenAPI project. The npm run generate-service-dotnetcore generates model classes without a model constructor. The npm run generate-client-dotnetcore is causing issues when serializing because there is a constructor in the client model. Is there a parameter I can set to ignore and not generate the constructor in the client models?