Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 847 Bytes

File metadata and controls

19 lines (13 loc) · 847 Bytes

🪛 .NET Commons

License Test codecov

A collection of libraries for .NET that provides common utilities.

🚀 Getting Started

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