Nfinity.Extensions.Pipes 1.0.0

dotnet add package Nfinity.Extensions.Pipes --version 1.0.0
NuGet\Install-Package Nfinity.Extensions.Pipes -Version 1.0.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="Nfinity.Extensions.Pipes" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nfinity.Extensions.Pipes --version 1.0.0
#r "nuget: Nfinity.Extensions.Pipes, 1.0.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 Nfinity.Extensions.Pipes as a Cake Addin
#addin nuget:?package=Nfinity.Extensions.Pipes&version=1.0.0

// Install Nfinity.Extensions.Pipes as a Cake Tool
#tool nuget:?package=Nfinity.Extensions.Pipes&version=1.0.0

Nfinity.Extensions.Pipes provides a mechanism for asynchronous pipeline processing in .NET, allowing multiple method calls to be combined into a single pipeline. This is usually provided by the | operator in many functional languages, but Extensions.Pipes provides a mechanism reminiscent of LINQ to achieve the same.

Using method pipelining maintains clean code principles, and massively reduces the amount of code required to reliably execute multiple methods in succession, where each is dependent on the success of its predecessor. This is especially true for more complex scenarios, and when requiring conditional code based on the results of multiple operations, but can help to simplify code in general.

See more complete notes and documentation, with examples, at the GitHub repository.

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.0.0 103 4/14/2024
1.0.0-alpha3 79 4/13/2024
1.0.0-alpha.4 43 4/14/2024
1.0.0-alpha.2 47 4/12/2024
1.0.0-alpha.1 43 4/12/2024