Skip to content

brenordv/nuget-raccoon-tools

Repository files navigation

Racoon Ninja Tools

Publish GitHub Release NuGet Version NuGet Downloads GitHub last commit


Quality Gate Status Reliability Rating Maintainability Rating Technical Debt Vulnerabilities Bugs Code Smells Duplicated Lines (%) Coverage Lines of Code


Description

This is a collection of helpers and tools I find useful enough to reuse in multiple projects. I hope this can help other people too. :)

The idea of the package is to be lightweight and without external dependencies as much as possible. Right now, the project is fully standalone.

Installation

You can install the package via NuGet using the following command:

dotnet add package Raccoon.Ninja.Tools

Changelog

Check the changelog for the latest updates.

Features

TODO

  • Move common tests to the ErrorPresets class;