Skip to content

Incendium is a small set of useful cross-platform .NET standard 2.1 libraries for .NET developers.

License

Notifications You must be signed in to change notification settings

matsakiv/Incendium

Repository files navigation

Incendium

License: MIT

Incendium is a small set of useful cross-platform .NET standard 2.1 libraries for .NET developers.

Package Description Nuget
Incendium.Result Contains Error, Result<T> and NullableResult<T> types which allows to return a success value or an error NuGet Version NuGet Downloads
Incendium.RetryPolicy Contains RetryHttpClientHandler to easily retry HTTP requests in case of errors, as well as RateGate to control rate limiting NuGet Version NuGet Downloads

Installation

PM> Install-Package Incendium.Result
PM> Install-Package Incendium.RetryPolicy

Documentation

About

Incendium is a small set of useful cross-platform .NET standard 2.1 libraries for .NET developers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages