Generate a Swagger JSON file for an offline ASP.NET Core project with Swashbuckle registered.
Info
Version: | 0.5.0-alpha0028 |
Author(s): | Geek Learning, Cyprien Autexier, Adrien Siffermann |
Last Update: | Tuesday, March 20, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/geeklearningio/gl-swashbuckle |
NuGet Url: | https://www.nuget.org/packages/GeekLearning.DotNet.Swashbuckle |
Install
Install-Package GeekLearning.DotNet.Swashbuckle
dotnet add package GeekLearning.DotNet.Swashbuckle
paket add GeekLearning.DotNet.Swashbuckle
GeekLearning.DotNet.Swashbuckle Download (Unzip the "nupkg" after downloading)
Dependencies
- Handlebars.NetStandard(>= 1.8.1)
- Microsoft.AspNetCore.Hosting(>= 2.0.0)
- Microsoft.AspNetCore.TestHost(>= 2.0.0)
- Microsoft.CodeAnalysis.CSharp(>= 2.4.0)
- Microsoft.DotNet.Cli.Utils(>= 2.0.0)
- Microsoft.Extensions.CommandLineUtils(>= 1.1.1)
- Microsoft.NETCore.App(>= 2.0.0)
- Swashbuckle.AspNetCore(>= 1.0.0)