EM.UsingSwagger 1.0.8

dotnet add package EM.UsingSwagger --version 1.0.8
NuGet\Install-Package EM.UsingSwagger -Version 1.0.8
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="EM.UsingSwagger" Version="1.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EM.UsingSwagger --version 1.0.8
#r "nuget: EM.UsingSwagger, 1.0.8"
#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.
// Install EM.UsingSwagger as a Cake Addin
#addin nuget:?package=EM.UsingSwagger&version=1.0.8

// Install EM.UsingSwagger as a Cake Tool
#tool nuget:?package=EM.UsingSwagger&version=1.0.8

Существует два типа аутентификации: Basic Authentication и JWT Bearer Authentication;
Существует атрибут SwaggerUnauthorize (SwaggerUnauthorize используется на методе или контроллере, его задача обеспечивает не требование API аутентификации, в методе или методов в контроллере);
Используйте атрибут SwaggerTag для описания и путь к документации контроллера. Атрибут указан над именами контроллеров;
Существует SwaggerIgnore игнорирует свойства из swagger для запроса
Существует SwaggerAuthorize. Действует при использования методов AddSwaggerAllSecurityDefinitions и UseSwaggerAuthorizeUI;
Существует SwaggerDefaultValue, установить значения на свойству для swagger-запроса;
-------------------------------------------------------------------------------
There are two types of authentication: Basic Authentication and JWT Bearer Authentication;
There is a SwaggerUnauthorize attribute (SwaggerUnauthorize is used on a method or controller, its task does not require an authentication API, in a method or methods in the controller);
Use the SwaggerTag attribute to describe and the path to the controller documentation. The attribute is indicated above the controller names;
There is a SwaggerIgnore ignores the properties from swagger to request;
There is a SwaggerAuthorize. Effective when using AddSwaggerAllSecurityDefinitions and UseSwaggerAuthorizeUI methods;
There is SwaggerDefaultValue set value to property for swagger request;

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.8 3,071 12/24/2020
1.0.7 582 10/16/2020
1.0.6 421 10/15/2020
1.0.5 399 10/15/2020
1.0.4 492 6/25/2020
1.0.3 425 6/25/2020
1.0.2 441 6/19/2020
1.0.1 461 6/19/2020
1.0.0 453 6/19/2020