Create a mock server from a swagger document that validates all requests.
Info
Version: | 0.0.3-alpha |
Author(s): | Declan Cook |
Last Update: | Thursday, December 7, 2017 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/SwaggerMock |
Install
Install-Package SwaggerMock
dotnet add package SwaggerMock
paket add SwaggerMock
SwaggerMock Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.All(>= 2.0.3)
- Microsoft.AspNetCore.TestHost(>= 2.0.1)
- NSwag.Core(>= 11.12.9)
- StyleCop.Analyzers(>= 1.1.0004)