Swashbuckle.WebApi icon indicating copy to clipboard operation
Swashbuckle.WebApi copied to clipboard

Support OpenAPI version 3 in .NET Framework

Open StepanGrishanovInln opened this issue 7 years ago • 1 comments

I use Swashbuckle in my project on .NET Framework. Can i generate YAML specification to my API with OpenAPI version 3?

StepanGrishanovInln avatar Sep 06 '18 09:09 StepanGrishanovInln

Currently, my team needs to support the OAS3 on our .net framework. And I tried many methods. I even use microsoft.openapi to change the swagger2, and set the default path of my swagger middleware. But today, when I research the source code of Nswag, I found there is a parameter of SwaggerUI3Setting, that can directly make the Nswag middleware support OAS3. GeneratorSettings.SchemaType = SchemaType.OpenApi3;

itrice avatar Sep 01 '22 07:09 itrice