Container Expressions NuGet Package

ContainerExpressions provides generic abstractions to remove boilerplate code needed by all programs.

Containers have some utility that extends the underlying type (any T).
Expressions are designed to work on top of containers, helping in common use cases; or quality of life when connecting code together.

For example the Response container's "utility" is to let the caller know if some T value was generated without error.
The expression Retry will attempt to get the T value after x time delay for n attempts, a good combo for intermittent networking errors.




Got any Container Expressions Question?





Info

Version: 10.0.0
Author(s): Matthew Dove
Last Update: Sunday, June 25, 2023
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/Matthew-Dove/ContainerExpressions
NuGet Url: https://www.nuget.org/packages/ContainerExpressions


Install
Install-Package ContainerExpressions
dotnet add package ContainerExpressions
paket add ContainerExpressions
ContainerExpressions Download (Unzip the "nupkg" after downloading)

1 package depend on this package.




STATS

must-have-score

2.3

avg-downloads-per-day

4

days-since-last-release

315