VOOZH about

URL: https://www.nuget.org/packages/Swashbuckle.Blue/

⇱ NuGet Gallery | Swashbuckle.Blue 7.0.0.16




Swashbuckle.Blue 7.0.0.16

dotnet add package Swashbuckle.Blue --version 7.0.0.16
 
 
NuGet\Install-Package Swashbuckle.Blue -Version 7.0.0.16
 
 
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="Swashbuckle.Blue" Version="7.0.0.16" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Swashbuckle.Blue" Version="7.0.0.16" />
 
Directory.Packages.props
<PackageReference Include="Swashbuckle.Blue" />
 
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 Swashbuckle.Blue --version 7.0.0.16
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Swashbuckle.Blue, 7.0.0.16"
 
 
#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 Swashbuckle.Blue@7.0.0.16
 
 
#: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=Swashbuckle.Blue&version=7.0.0.16
 
Install as a Cake Addin
#tool nuget:?package=Swashbuckle.Blue&version=7.0.0.16
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Seamlessly adds a Swagger to WebApi projects!

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Swashbuckle.Blue:

Package Downloads
Cql.Core.Owin.SwaggerDocs

Common Swagger API Documentation implementation.

GitHub repositories

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
Loading failed

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