A collection of libraries for .NET that provides common utilities.
To get started, you can install the packages from NuGet.
# Extensions for common classes and functionality for string, enum, list, etc.
dotnet add package DevantlerTech.Commons.Extensions
# Utilities for various common purposes
dotnet add package DevantlerTech.Commons.Utils