"A library providing guard clauses for validating method arguments, ensuring code correctness, and enforcing preconditions in .NET applications."
$ dotnet add package Oakrey.GuardsThe "Guards" project appears to be a utility library designed to provide guard clauses for validating method arguments and ensuring code correctness. Guard clauses are commonly used to enforce preconditions in methods, such as checking for null values, invalid ranges, or specific conditions.
Based on the naming of the files and general conventions:
You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.
Oakrey.Guards and click Install.Run the following command in your terminal:
dotnet add package Oakrey.Guards
Run the following command in your Package Manager Console:
Install-Package Oakrey.Guards
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
This project is licensed under the MIT License. See the LICENSE file for details.