swagger-api / swagger-core

Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
http://swagger.io
Apache License 2.0
7.36k stars 2.17k forks source link

C# SwaggerConfig added to VB.Net project #4701

Open C-Wal opened 1 week ago

C-Wal commented 1 week ago

I just added the Swashbuckle 5.6.0 nuget package to my .Net Framework 4.6.2 project and it added a SwaggerConfig.cs file into the App_Start folder, which would be nice except this is a VB.Net project and the file is useless to me.