Swashbuckle.aspnetcore: How to set UseFullTypeNameInSchemaIds in Ahoy?

Created on 2 Aug 2016  路  3Comments  路  Source: domaindrivendev/Swashbuckle.AspNetCore

Ok so I've got my setup running but as the error points me to UseFullTypeNameInSchemaIds I have no clue how to set this. As it is nowhere to be found in SwaggerGenOptions

Most helpful comment

Yes I found it, just returning type.FullName is enough indeed!

All 3 comments

Oops ... that's not very helpful. Will add the method asap. In the meantime, you can use CustomSchemaIds and provide your own function for this

Yes I found it, just returning type.FullName is enough indeed!

@domaindrivendev Will UseFullTypeNameInSchemaIds be making an appearance in a future release?

Was this page helpful?
0 / 5 - 0 ratings