Raccoon.Ninja.Tools 1.7.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Raccoon.Ninja.Tools --version 1.7.0                
NuGet\Install-Package Raccoon.Ninja.Tools -Version 1.7.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Raccoon.Ninja.Tools" Version="1.7.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Raccoon.Ninja.Tools --version 1.7.0                
#r "nuget: Raccoon.Ninja.Tools, 1.7.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Raccoon.Ninja.Tools as a Cake Addin
#addin nuget:?package=Raccoon.Ninja.Tools&version=1.7.0

// Install Raccoon.Ninja.Tools as a Cake Tool
#tool nuget:?package=Raccoon.Ninja.Tools&version=1.7.0                

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;
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.8.0 78 9/8/2024
1.7.0 85 9/7/2024
1.6.0 79 9/7/2024
1.5.0 82 9/7/2024
1.4.0 83 9/2/2024
1.3.0 84 9/1/2024
1.2.0 85 9/1/2024
1.1.0 88 8/31/2024

## [1.7.0] - Sep, 2024
- Added `ChainOnSuccess` and `ChainOnSuccessAsync` extension  methods to help reduce boilerplate;