how to set property MultipleClientsFromOperationId for the C# generator: #4621
Unanswered
dsolteszopyn
asked this question in
Q&A
Replies: 1 comment
-
|
Looking at the code is seems that MultipleClientsFromOperationIdOperationNameGenerator is the default generator. I have verified that my operationId in swagger.json does have the correct naming "_" in the property name. If i use nswag.exe with a json configuration file the generated c# code works as expected. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't see this exposed on the CSharpClientGeneratorSettings object
looking for setting.OperationGenerationMode = OperationGenerationMode.MultipleClientsFromOperationId
I also tried this
I am using NSwag.CodeGeneration.CSharp 14.0.0-preview010
Beta Was this translation helpful? Give feedback.
All reactions