dotnet-starter-kit
dotnet-starter-kit copied to clipboard
Is possible BaseDto Class Generate Nswag Generator
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...