Swashbuckle.Examples
4.1.0
dotnet add package Swashbuckle.Examples --version 4.1.0
NuGet\Install-Package Swashbuckle.Examples -Version 4.1.0
<PackageReference Include="Swashbuckle.Examples" Version="4.1.0" />
<PackageVersion Include="Swashbuckle.Examples" Version="4.1.0" />
<PackageReference Include="Swashbuckle.Examples" />
paket add Swashbuckle.Examples --version 4.1.0
#r "nuget: Swashbuckle.Examples, 4.1.0"
#:package Swashbuckle.Examples@4.1.0
#addin nuget:?package=Swashbuckle.Examples&version=4.1.0
#tool nuget:?package=Swashbuckle.Examples&version=4.1.0
Adds the SwaggerRequestExample and SwaggerResponseExample attribute for Swashbuckle. This will populate the example property of a schema object in the output swagger.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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. |
-
- Newtonsoft.Json (>= 13.0.1)
- Swashbuckle.Core (>= 5.6.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Swashbuckle.Examples:
Package | Downloads |
---|---|
Bit.Server.WebApi
Bit.Server.WebApi |
|
Bit.WebApi
Bit.WebApi |
|
SyncStream.Documentation
This library provides an internal Swagger and ReDoc documentation bootstrapping and configuration |
|
AlJawad.SqlDynamicLinker
A .NET library designed to delegate powerful control to frontend developers, such as sorting, including sub models, and collection and comprehensive filtration for simple and complex queries from the frontend side |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
4.1.0 | 555,056 | 9/28/2022 |
4.0.0 | 80,730 | 7/13/2022 |
3.13.0 | 19,485 | 7/13/2022 |
3.12.0 | 2,069,388 | 2/11/2019 |
3.11.0 | 82,638 | 1/9/2019 |
3.10.0 | 428,888 | 7/28/2018 |
3.9.4 | 129,793 | 7/19/2018 |
3.9.3 | 2,819 | 7/18/2018 |
3.9.2 | 3,560 | 7/15/2018 |
3.9.1 | 228,419 | 3/19/2018 |
3.9.0 | 16,415 | 3/12/2018 |
3.8.0 | 76,378 | 2/23/2018 |
3.7.0 | 55,078 | 1/17/2018 |
3.6.1 | 7,759 | 1/8/2018 |
3.6.0 | 4,389 | 1/8/2018 |
3.5.1 | 128,875 | 12/9/2017 |
3.5.0 | 32,695 | 11/25/2017 |
3.4.0 | 92,708 | 9/30/2017 |
3.3.4 | 9,826 | 9/21/2017 |
3.3.3 | 3,861 | 9/15/2017 |
3.3.2 | 3,839 | 9/8/2017 |
3.3.1 | 47,012 | 9/3/2017 |
3.3.0 | 2,771 | 9/2/2017 |
3.2.0 | 2,609 | 9/2/2017 |
3.1.0 | 25,210 | 8/10/2017 |
3.0.0 | 5,305 | 8/9/2017 |
2.3.0 | 175,214 | 5/31/2017 |
2.2.0 | 3,669 | 5/23/2017 |
2.1.0 | 2,474 | 5/22/2017 |
2.0.0 | 17,284 | 5/2/2017 |
1.0.0 | 2,851 | 5/1/2017 |
0.1.0 | 2,950 | 5/1/2017 |
Adds request headers to actions that have the [RequestHeader] attribute.