jchannon
NuGet publisher profile
Packages (13)
Carter
Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
Carter.Analyzers
Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
Owin.StatelessAuth
An OWIN middleware component to authorize requests using a token in the Authorization request header and also adding ClaimsPrincipal to OWIN environment
Carter.ResponseNegotiators.Newtonsoft
Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
CarterTemplate
A dotnet-new template for Carter applications.
BotwinTemplate
A dotnet-new template for Botwin applications.
WebAPI.Testing
Allows full pipeline testing for ASP.Net Web API
Botwin
Botwin is a library that allows Nancy-esque routing for use with ASP.Net Core.
Owin.RequiresHttps
An OWIN middleware component to determine HTTPS requests. If the request is https then the middleware will call the next item in the queue otherwise a HTTP Status Code of 401 is returned and the request is ended. There is an optional RequiresHttpsOptions tool which will route any http traffic to a https location if specified
Nancy.RouteHelpers
This library allows you to write pretty NancyFX routes without nasty looking regex strings in your routes.
Nancy.JsonPatch.Core
A library that allows usage of JsonPatch with Nancy
DetectDuplicates
A .NET Global tool that scans csproj files for duplicate package references
Nancy.CollectionJson
A library to extend your response payload with the Collection+Json hypermedia media type