Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marcominerva/tinyhelpers
- Owner: marcominerva
- License: mit
- Created: 2020-09-04T14:48:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T15:39:35.000Z (about 1 month ago)
- Last Synced: 2024-10-13T14:24:52.943Z (about 1 month ago)
- Topics: aspnetcore, csharp, desktop, hacktoberfest, minimalapi, mobile, net, netcore, netstandard, visual-studio, web, webapi
- Language: C#
- Homepage:
- Size: 540 KB
- Stars: 195
- Watchers: 12
- Forks: 26
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**.