Microex.Swagger
1.0.3
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
});
Install-Package Microex.Swagger -Version 1.0.3
dotnet add package Microex.Swagger --version 1.0.3
<PackageReference Include="Microex.Swagger" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microex.Swagger --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
add extensions for md5 hash compute
Dependencies
-
.NETStandard 2.0
- Microex.Common (>= 1.2.5)
- Microex.Swagger.SwaggerGen (>= 1.0.1)
- Microsoft.AspNetCore.Mvc.ApiExplorer (>= 2.0.2)
- Microsoft.AspNetCore.Mvc.Core (>= 2.0.2)
- Microsoft.AspNetCore.Mvc.DataAnnotations (>= 2.0.2)
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 2.0.2)
- Microsoft.AspNetCore.StaticFiles (>= 2.0.1)
- Microsoft.Extensions.FileProviders.Embedded (>= 2.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.