mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-10 12:29:03 +00:00
This patch addresses an issue where csharp-netcore failed to generate compilable code when required attributes were of complex types. By using the non-shorthand syntax for checking if the value is set, and throwing an error in that case, the compile issues have been resolved. Closes #9442 Closes #5442