![]() |
VOOZH | about |
dotnet add package Swashbuckle.Blue --version 7.0.0.16
NuGet\Install-Package Swashbuckle.Blue -Version 7.0.0.16
<PackageReference Include="Swashbuckle.Blue" Version="7.0.0.16" />
<PackageVersion Include="Swashbuckle.Blue" Version="7.0.0.16" />Directory.Packages.props
<PackageReference Include="Swashbuckle.Blue" />Project file
paket add Swashbuckle.Blue --version 7.0.0.16
#r "nuget: Swashbuckle.Blue, 7.0.0.16"
#:package Swashbuckle.Blue@7.0.0.16
#addin nuget:?package=Swashbuckle.Blue&version=7.0.0.16Install as a Cake Addin
#tool nuget:?package=Swashbuckle.Blue&version=7.0.0.16Install as a Cake Tool
Seamlessly adds a Swagger to WebApi projects!
Learn more about Target Frameworks and .NET Standard.
Showing the top 1 NuGet packages that depend on Swashbuckle.Blue:
| Package | Downloads |
|---|---|
|
Cql.Core.Owin.SwaggerDocs
Common Swagger API Documentation implementation. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.0.0.16 | 5,022 | 2/6/2018 |
| 7.0.0.15 | 3,047 | 2/6/2018 |
| 7.0.0.14 | 3,054 | 1/31/2018 |
| 7.0.0.12 | 3,057 | 1/29/2018 |
| 7.0.0.11 | 3,406 | 1/17/2018 |
| 7.0.0.9 | 2,689 | 10/12/2017 |
| 7.0.0.8 | 2,585 | 9/22/2017 |
| 7.0.0.7 | 2,469 | 9/20/2017 |
| 7.0.0.6 | 2,526 | 9/20/2017 |
| 7.0.0.5 | 2,513 | 9/20/2017 |
| 7.0.0.4 | 2,489 | 9/20/2017 |
| 7.0.0.3 | 2,485 | 9/20/2017 |
| 7.0.0.2 | 2,538 | 9/13/2017 |
| 7.0.0.1 | 2,531 | 9/5/2017 |
| 7.0.0 | 2,591 | 8/31/2017 |
| 6.0.0.41 | 4,563 | 4/5/2017 |
| 6.0.0.40 | 2,520 | 4/5/2017 |
| 6.0.0.38 | 2,580 | 3/28/2017 |
| 6.0.0.37 | 2,516 | 3/15/2017 |
| 6.0.0.36 | 2,636 | 2/24/2017 |
Changed some things the current Swashbuckle/Swagger projects
* Left sidebar navigation
* Upgraded the .net version from 4.0 to 4.5.1
* Added better presentation of your HTTP post payloads and the descriptions of each parameter.
* Utilizing the XML comment from the top of the class model
* Adding parsing for [MaxLength] and [MinLength], before it only read values from [StringLength] attribute
* Customize the logo, header title, and page title
* Night theme for code display
* Added [SwaggerIgnore] attribute to hide properties/controller routes from appearing in documentation
* Added [SwaggerExample] attribute. You can add an example value that will be used as a placeholder in the input fields when the page loads. Example: [SwaggerExample("myValue")], [SwaggerExample("GUID")] generates a new guid for you, [SwaggerExample(RANDOM)] generates a random integer
* Putting API keys in the header now works. In SwaggerConfig.cs set c.ApiKey("apiKey").Name("apiKey").In("header") or "query" for the api key in a query param
* Added code to validate DataAnnotation attribute tags. Use `SwashValidator.Validate(inputObject);` or `SwashValidator.TryValidate(inputObject, out errorMsg);`
For help getting started please read the documentation located at
https://github.com/BenjaminAdams/Swashbuckle-blue