nullable and default are not generating as expected in my model
Good Morning,
I'm having difficulty with nullable: false not generating correctly. From everything I can see it is correct. I am wondering if this is applicable to my scenario.
https://co...
Currently, the C# generator always handles required properties as non-nullable and optional properties as nullable. There's an open issue to improve the nullable logic: