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
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?
Most helpful comment
Yes I found it, just returning type.FullName is enough indeed!