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
Usage of anyOf, allOf, or oneOf makes all major code generators (OpenAPI Tools, NSwag, Azure autorest) generate invalid C# code (and I think Java also). There is no solution in sight since this seems to be a pretty difficult problem to tackle.
Additionally, there is a repeated enum (READY_TO_START) that also causes invalid code to be generated.
Usage of
anyOf,allOf, oroneOfmakes all major code generators (OpenAPI Tools, NSwag, Azure autorest) generate invalid C# code (and I think Java also). There is no solution in sight since this seems to be a pretty difficult problem to tackle.Additionally, there is a repeated enum (READY_TO_START) that also causes invalid code to be generated.