KnightMoves.Pipelines 1.0.0

dotnet add package KnightMoves.Pipelines --version 1.0.0
NuGet\Install-Package KnightMoves.Pipelines -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="KnightMoves.Pipelines" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KnightMoves.Pipelines --version 1.0.0
#r "nuget: KnightMoves.Pipelines, 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 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

https://docs.knightmovesolutions.com/pipelines/index.html

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 226 10/11/2022

Initial version 1.0.0 package