This Guard utility makes it easy to validate arguments of public methods for null values or specific conditions. It is one of the fundamentals in C# programming as enforced by static code analysis (CA1062).
Get Started
$ dotnet add package IOCOTech.GuardsReadme
No README available.