Adds Swashbuckle support to the REST API commanding framework that is able to hide properties marked as SecurityProperty from the API definition.
Info
| Version: | 1.0.0 |
| Author(s): | James Randall |
| Last Update: | Wednesday, April 18, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/JamesRandall/AzureFromTheTrenches.Commanding |
| NuGet Url: | https://www.nuget.org/packages/AzureFromTheTrenches.Commanding.AspNetCore.Swashbuckle |
Install
Install-Package AzureFromTheTrenches.Commanding.AspNetCore.Swashbuckle
dotnet add package AzureFromTheTrenches.Commanding.AspNetCore.Swashbuckle
paket add AzureFromTheTrenches.Commanding.AspNetCore.Swashbuckle
AzureFromTheTrenches.Commanding.AspNetCore.Swashbuckle Download (Unzip the "nupkg" after downloading)
Dependencies
- AzureFromTheTrenches.Commanding.Abstractions(>= 8.0.0)
- Swashbuckle.AspNetCore.SwaggerGen(>= 2.3.0)