0
muleso created
How can i make swagger autogenerate short name for classes ?
Sample
AbpApplicationServicesDtoPagedResultDto1BANKLocationsDtosGetLocationForViewDtoBANKApplicationSharedVersion6500CultureneutralPublicKeyTokennull
2 Answer(s)
-
0
Hi @muleso,
You can use CustomSchemaIds, see https://github.com/domaindrivendev/Swashbuckle.AspNetCore#customize-schema-ids but it might cause some problems as explained in Swashbuckle repository homepage.
-
0
Thank you.