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
@jonaslagoni looks like this bug was fixed, but with a side-effect. I've added two examples to demonstrate erroneous output.
publicclassOrderCreate{publicstring?SampleCategory{get;set;}// <- optional autoproperties are finepublicstringfalseOrderId{get;set;}// <- required are bugged
Describe the bug
As seen in the following example, the C# generator does not render optional properties
string?
as it does on master:https://github.com/asyncapi/modelina/blob/next/examples/csharp-generate-required-properties/__snapshots__/index.spec.ts.snap
https://github.com/asyncapi/modelina/blob/master/examples/csharp-generate-required-properties/__snapshots__/index.spec.ts.snap
The text was updated successfully, but these errors were encountered: