fullstackhero / dotnet-starter-kit

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.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.28k stars 1.58k forks source link

Is possible BaseDto Class Generate Nswag Generator #1034

Open serkanmendi opened 2 months ago

serkanmendi commented 2 months ago

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