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
-
I'd like to generate C# models from JSON schema.
I was about to hard-code a small CLI tool to invoke
NJsonSchema
but then I thought that Refitter is already doing it, more or less:NSwag
, which is based onNJsonSchema
so 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