dafydd.giddins
NuGet publisher profile
Packages (3)
WebAPI.Testing
Allows full pipeline testing for ASP.Net Web API
NTextCat.Http
Installs a NancyFx Module that provides language detection as a web endpoint. The host project is responsible for providing the hosting services for Nancy as described here https://github.com/NancyFx/Nancy/wiki. The motivation for providing this as a non-hosted solution it give consumers a choice of their own host and allow for their own logging/exception handling choices.
WebApi.Setup.Template
A simple template for a setup class for WebApi projects. The intention is that all site setup and config is managed through classes dervived from this (apart from the generation of the IDependencyResolver) which would be used both to configure the HttpConfiguration object from GlobalConfiguration.Configuration property, and a HttpConfiguration object created for the purpose of end to end in memory testing using something like the WebApi.Testing project (https://github.com/jchannon/WebAPI.Testing).