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
Describe the bug
I try to generate a client for the FusionAuth spec and it is using oneOf for IdentityProviderField and in the resulting source file no IdentityProvider base class is generated.
Support Key: [my-support-key]
N/A (did not find it in output)
@attilah The contract/dto types generated are partial classes. Would it help extending those? I piggy back on NSwag for contract/dto type generation and there is very little I can do to change how things these types are generated
Describe the bug
I try to generate a client for the FusionAuth spec and it is using
oneOf
forIdentityProviderField
and in the resulting source file noIdentityProvider
base class is generated.Support Key:
[my-support-key]
N/A (did not find it in output)
OpenAPI Specifications
https://raw.githubusercontent.com/FusionAuth/fusionauth-openapi/main/openapi.yaml
Additional context
My quick fix were these:
The text was updated successfully, but these errors were encountered: