KnightMoves.Pipelines
1.0.0
dotnet add package KnightMoves.Pipelines --version 1.0.0
NuGet\Install-Package KnightMoves.Pipelines -Version 1.0.0
<PackageReference Include="KnightMoves.Pipelines" Version="1.0.0" />
paket add KnightMoves.Pipelines --version 1.0.0
#r "nuget: KnightMoves.Pipelines, 1.0.0"
// Install KnightMoves.Pipelines as a Cake Addin #addin nuget:?package=KnightMoves.Pipelines&version=1.0.0 // Install KnightMoves.Pipelines as a Cake Tool #tool nuget:?package=KnightMoves.Pipelines&version=1.0.0
KnightMoves.Pipelines
The Pipelines library is a framework for decomposing and executing processes (i.e. PipelineOperations) that are highly dependent on each other and which must be executed in a particular order.
License
MIT License
What problem does it solve?
This framework simplifies the creation of procedural code that is made up of many steps that involve a combination of reaching out to other APIs, pulling data from a database, saving data to a database, calculations, validation logic, sorting/grouping, data transformations, and crafting of the output format.
Without a framework like this, inevitably the code becomes a monolith with a mix of steps executing the types of logic above, exception handling throughout, logging interweaved with the business logic, if/else blocks, async operations, and early returns.
This framework makes it easy to separate (i.e. decompose) portions of logic (i.e. steps in the procedure) into their own classes so that each step adheres to the Single Responsibility Principle and can be independently managed.
Full documentation at the URL below
Documentation
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
This package has 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 | 260 | 10/11/2022 |
Initial version 1.0.0 package