A package to essentially wrap Task.Run and variants in a runner object which can
be substituted or have their implementation changed according to selected task
scheduling strategies.
A few useful extensions for making testing against the PeanutButter.SimpleHTTPServer.HttpServer cleaner and easier to read,
providing extensions to:
- test for requests
- test for headers
A light abstraction around Dapper and Dapper.Contrib that also maintains the behavior IDbConnection. This library facilitates a loosely coupled design and unit testing.
The goal of DaVinci is to help you to write better object-oriented C# code. Better means maintainable, readable and testable code.
Because DaVinci's rule are very strict, it's recommended to use DaVinci when you exercise programming (e.g. coding dojo).
For the currently supported rules, have a look...
More information
A simple abstraction on top of the Dapper extension synchronous and asynchronous methods to aid testability. This is based on the original code by Andrew Miller.