Galvy / TinyHelpers

A collection of helper methods and classes for .NET that I use every day. I have packed them in a single library to avoid code duplication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiny .NET Helpers

Lint Code Base CodeQL NuGet Nuget License: MIT

A collection of helper methods and classes for .NET that I use every day. I have packed them in a single library to avoid code duplication.

Installation

The library is available on NuGet. Just search for TinyHelpers in the Package Manager GUI or run the following command in the .NET CLI:

dotnet add package TinyHelpers

Contribute

The project is constantly evolving. Contributions are welcome. Feel free to file issues and pull requests on the repo and we'll address them as we can.

Warning Remember to work on the develop branch, don't use the master branch directly. Create Pull Requests targeting develop.

About

A collection of helper methods and classes for .NET that I use every day. I have packed them in a single library to avoid code duplication.

License:MIT License


Languages

Language:C# 100.0%