Swagger-Net 8.5.28.1

dotnet add package Swagger-Net --version 8.5.28.1
                    
NuGet\Install-Package Swagger-Net -Version 8.5.28.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Swagger-Net" Version="8.5.28.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Swagger-Net" Version="8.5.28.1" />
                    
Directory.Packages.props
<PackageReference Include="Swagger-Net" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Swagger-Net --version 8.5.28.1
                    
#r "nuget: Swagger-Net, 8.5.28.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Swagger-Net@8.5.28.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Swagger-Net&version=8.5.28.1
                    
Install as a Cake Addin
#tool nuget:?package=Swagger-Net&version=8.5.28.1
                    
Install as a Cake Tool

Swagger-Net

AppVeyor

Seamlessly add Swagger to WebApi projects! Combines ApiExplorer and Swagger/swagger-ui(3.x) to provide a rich discovery, documentation and playground experience to your API consumers.

In addition to its Swagger generator, the swagger-ui is embedded and will automatically serve up once Swagger-Net is installed. This means you can complement your API with a slick discovery UI to assist consumers with their integration efforts.

Swagger-Net Features:

  • Latest and greatest of all dependencies
  • High UnitTest CodeCoverage (99%)
  • Auto-generated Swagger 2.0
  • Seamless integration of swagger-ui (3.x)
  • Reflection-based Schema generation for describing API types
  • Extensibility hooks for customizing the generated Swagger doc and swagger-ui
  • Out-of-the-box support for Xml comments

And that's not all ...

Once your Web API can describe itself, you've opened the treasure chest of Swagger-based tools including a client generator that can be targeted to a wide range of popular platforms. See swagger-codegen for more details.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Swagger-Net:

Package Downloads
Swagger-Net.Examples

Adds the SwaggerRequestExample and SwaggerResponseExample attribute for Swagger-Net. This will populate the example property of a schema object in the output swagger. This is a fork from Swashbuckle.Examples

Swagger.Net.Examples

Adds the SwaggerRequestExample and SwaggerResponseExample attribute for Swagger-Net. This will populate the example property of a schema object in the output swagger. This is a fork from Swashbuckle.Examples

Voyager.Common.Proxy.Server.Swagger.Owin

Swagger/OpenAPI integration for Voyager.Common.Proxy.Server on OWIN/.NET Framework 4.8. Automatically generates API documentation from service interfaces using Swagger-Net.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.5.28.1 46,327 8/31/2025
8.5.12.1 218,705 3/15/2024
8.5.10.302 63,268 11/29/2023
8.5.10.301 12,567 11/25/2023
8.4.19.1 107,670 6/12/2023
8.4.14.301 334,027 10/15/2022
8.4.14.1 27,601 8/27/2022
8.4.12.1 101,218 6/12/2022
8.4.11.101 24,935 5/14/2022
8.4.10.301 25,711 4/18/2022
8.4.6.201 52,600 3/20/2022
8.4.5.201 69,194 2/26/2022
8.4.1.201 71,433 11/28/2021
8.3.52.501 41,518 10/31/2021
8.3.47.101 186,073 4/18/2021
8.3.44.2 43,820 3/9/2021
8.3.44.1 14,640 3/1/2021
8.3.38.1 58,976 12/20/2020
8.3.35.101 170,878 10/13/2020
8.3.32.401 86,160 8/24/2020
Loading failed