I’ve recently been working on a design-by-contract library for a new project and thought it would be worth blogging some of the cooler methods as they might be useful. In this blog I’m going to show an implementation of a Require IsNotNull method which...