Replies: 1 comment
-
I found it: {
"codeGenerators": {
"openApiToCSharpClient": {
"generateDtoTypes": false,
"additionalNamespaceUsages": [
"Your.DTOTypes.Namespace"
]
}
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently have over 100 DTOs already well-designed in a separate assembly and span multiple namespaces. We would like to know how we can instruct the NSwag CSharp Client generator to utilize our existing DTO library instead of generating its own DTOs?
Beta Was this translation helpful? Give feedback.
All reactions