Swagger.Net
0.5.5
dotnet add package Swagger.Net --version 0.5.5
NuGet\Install-Package Swagger.Net -Version 0.5.5
<PackageReference Include="Swagger.Net" Version="0.5.5" />
paket add Swagger.Net --version 0.5.5
#r "nuget: Swagger.Net, 0.5.5"
// Install Swagger.Net as a Cake Addin
#addin nuget:?package=Swagger.Net&version=0.5.5
// Install Swagger.Net as a Cake Tool
#tool nuget:?package=Swagger.Net&version=0.5.5
Documents the ASP.NET Web API using the Swagger specification.
Swagger.Net targets .NET 4.0 and will expose any apis the inherit from the ApiController in the new ASP.NET Web API.
Swagger.NET aims to conform to the Swagger specification to support all swagger components including client code gen.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- WebActivator (>= 1.5.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Swagger.Net:
Package | Downloads |
---|---|
Swagger.Net.UI
Swagger UI is written by the wordnik folks and allows one to interact with a REST API that is documented using the Swagger spec (including swagger's code gen tools). This package makes the latest available for the .NET community. This is packaged with a pre-release version of Swagger.Net which emits the Swagger spec for the ASP.NET Web API. NOTE: Currently broken in IE. Use in other browser. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.5.5 | 141,219 | 9/25/2012 |
Require only .NET 4.0. Fix for duplicate controllers in action filter. Also added support for virtual applications and directories.