dotnet-starter-kit icon indicating copy to clipboard operation
dotnet-starter-kit copied to clipboard

Is possible BaseDto Class Generate Nswag Generator

Open serkanmendi opened this issue 1 year ago • 0 comments

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...

serkanmendi avatar Sep 21 '24 08:09 serkanmendi