Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcominerva/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.
https://github.com/marcominerva/tinyhelpers

aspnetcore csharp desktop hacktoberfest minimalapi mobile net netcore netstandard visual-studio web webapi

Last synced: 11 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Tiny .NET Helpers

[![Lint Code Base](https://github.com/marcominerva/TinyHelpers/actions/workflows/linter.yml/badge.svg)](https://github.com/marcominerva/TinyHelpers/actions/workflows/linter.yml)
[![CodeQL](https://github.com/marcominerva/TinyHelpers/actions/workflows/codeql.yml/badge.svg)](https://github.com/marcominerva/TinyHelpers/actions/workflows/codeql.yml)
[![NuGet](https://img.shields.io/nuget/v/TinyHelpers.svg?style=flat-square)](https://www.nuget.org/packages/TinyHelpers)
[![Nuget](https://img.shields.io/nuget/dt/TinyHelpers)](https://www.nuget.org/packages/TinyHelpers)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/marcominerva/TinyHelpers/blob/master/LICENSE)

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](https://www.nuget.org/packages/TinyHelpers). Just search for *TinyHelpers* in the **Package Manager GUI** or run the following command in the **.NET CLI**:

```shell
dotnet add package TinyHelpers
```

Check out the [documentation](https://github.com/marcominerva/TinyHelpers/tree/master/docs/TinyHelpers) for a list of all the available helpers.

**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**.