You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I see that there is some ongoing development with this issue, so just wanted to ask is there an approximate release date for this. #924#551
I could imagine this as a possible solution:
Add a new value - OperationGenerationMode.Custom - in OpenApiToCSharpCommandBase.OperationGenerationMode.
In that case ClientGeneratorBaseSettings.OperationNameGenerator should be loaded from a custom assembly and the class/assembly name could be set with a new configuration e.g OpenApiToCSharpCommandBase.OperationNameGeneratorTypeName.
The text was updated successfully, but these errors were encountered:
Closed as not required anymore as assembly loading feature has been dropped, only csproj loading is supported and with that you'll implement the processor directly in the app (v14)
Hi,
I see that there is some ongoing development with this issue, so just wanted to ask is there an approximate release date for this.
#924 #551
I could imagine this as a possible solution:
Add a new value - OperationGenerationMode.Custom - in OpenApiToCSharpCommandBase.OperationGenerationMode.
In that case ClientGeneratorBaseSettings.OperationNameGenerator should be loaded from a custom assembly and the class/assembly name could be set with a new configuration e.g OpenApiToCSharpCommandBase.OperationNameGeneratorTypeName.
The text was updated successfully, but these errors were encountered: