fverhoef

Results 1 comments of fverhoef

Here's my version of the workaround by @anhaehne, working for me with Swashbuckle.AspNetCore 6.5.0 as of today, ymmv: ```c# public class SwaggerXmlSchemaFilter : ISchemaFilter { private const string SUMMARY_TAG =...