csharp client code generator does not generated correct types for object fields #12451
dshirokov-wellsky
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While openapi: 3.1.0 YAML specs has type info, generated c# client has object for most of the fields. Example:
It is pretty obvious that all fields of JSON object should be mapped to string properties of C# class, right?
This is the generated csharp class (comments removed)
Beta Was this translation helpful? Give feedback.
All reactions