C# Making Your Library Friendly for Dependency Injection in C# There's an agnostic method to make it easier for DI users without making DI itself mandatory.
Code Creating a Blank Visual Studio 2017 Project Find out how to create a Visual Studio 2017 C# project using the new format.
Code Moqzilla I wrote a class library called Moqzilla. It's a tool that will automatically mock dependencies that are part of the constructor of the tested class.