Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
I Added new module and create BaseDto Class.
All Dto class Inheritence from BaseDto.
I Wrote code in swaggergenconfiguration options.UseAllOfForInheritance();,
But swagger not create BaseDto allof property and BaseDto class in Json Schema.
Is Possible create allof property and class in swagger json schema...
I Added new module and create BaseDto Class. All Dto class Inheritence from BaseDto. I Wrote code in swaggergenconfiguration options.UseAllOfForInheritance();, But swagger not create BaseDto allof property and BaseDto class in Json Schema. Is Possible create allof property and class in swagger json schema...