Top 20 NuGet Packages depending on Microex.Swagger.SwaggerGen
Total dependencies: 1
this is a customized swagger for a better compatibility with asp.net api, should work well with autorest
services.AddSwaggerGen(options =>
{
//options
});
app.UseSwagger(options =>
{
//options
});