Replies: 1 comment 1 reply
-
|
I'm not against it. We could introduce a CLI argument like --contracts-only or something like that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to generate C# models from JSON schema.
I was about to hard-code a small CLI tool to invoke
NJsonSchemabut then I thought that Refitter is already doing it, more or less:NSwag, which is based onNJsonSchemaso options are actually the same.Would you entertain the idea of adding a command line switch to just generate a C# model from a JSON schema rater than a a full interface from OpenApi?
Beta Was this translation helpful? Give feedback.
All reactions