Botwin is a library that allows Nancy-esque routing for use with ASP.Net Core.
Info
Version: | 3.5.0 |
Author(s): | Jonathan Channon |
Last Update: | Friday, April 6, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jchannon/botwin |
NuGet Url: | https://www.nuget.org/packages/Botwin |
Install
Install-Package Botwin
dotnet add package Botwin
paket add Botwin
Botwin Download (Unzip the "nupkg" after downloading)
Dependencies
- FluentValidation(>= 7.2.0)
- Microsoft.AspNetCore.Http.Extensions(>= 2.0.0)
- Microsoft.AspNetCore.Routing(>= 2.0.0)
- Microsoft.Extensions.DependencyInjection(>= 2.0.0)
- Microsoft.Extensions.DependencyModel(>= 2.0.0)
- Newtonsoft.Json(>= 10.0.3)
- System.ValueTuple(>= 4.4.0)
Tags