You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
serkanmendi
changed the title
Is possible new module BaseDto Class Generate Nswag Generator
Is possible BaseDto Class Generate Nswag Generator
Sep 21, 2024
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...
The text was updated successfully, but these errors were encountered: