PipelineFramework.Core
5.0.2
PipelineFramework allows to easily compose and execute linear workflows using pipeline components.
Install-Package PipelineFramework.Core -Version 5.0.2
dotnet add package PipelineFramework.Core --version 5.0.2
<PackageReference Include="PipelineFramework.Core" Version="5.0.2" />
paket add PipelineFramework.Core --version 5.0.2
Release Notes
Changes in v5.0.2
* Added check for null task returned from AsyncPipelineComponents to prevent NullReferenceException.
Changes in v5.0.1
* Added missing payload property to execution info classes used by IAsyncPipelineComponentExecutionStatusReceiver and IPipelineComponentExecutionStatusReceiver.
Changes in v5.0.0
* BREAKING: Removed name paramter from Initialize method on IPipelineComponent interface.
* BREAKING: Removed ability to add component by name through builder.
* BREAKING: All pipeline ctors are now internal only. Creation only allowed through builder.
* Added support for disposable pipelines.
* Removed conditional CancellationToken parameters from pipeline interfaces in favor of overload methods intead.
* Added component execution status updates.
Dependencies
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on PipelineFramework.Core:
Package | Downloads |
---|---|
PipelineFramework.LightInject
Extends PipelineFramework to enable LightInject DI container for pipeline construction and execution
|
|
SntpTime
Use udp to get time from a SNTP time service.
|
|
PipelineFramework.Extensions.Microsoft.DependencyInjection
Microsoft Dependency Injection extensions for PipelineFramework.
|
|
PipelineFramework.Autofac
Extends PipelineFramework to enable Autofac DI container for pipeline construction and execution
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
5.0.2 | 59 | 11/8/2020 |
5.0.1 | 1,248 | 8/27/2020 |
5.0.0 | 363 | 8/20/2020 |
5.0.0-preview2 | 73 | 8/12/2020 |
5.0.0-preview1 | 88 | 8/12/2020 |
4.0.0 | 3,630 | 10/22/2019 |
3.1.0 | 1,650 | 7/22/2019 |
3.0.1 | 1,598 | 3/22/2019 |
3.0.0 | 186 | 3/22/2019 |
2.0.1 | 412 | 1/19/2019 |
2.0.0 | 235 | 1/19/2019 |
1.0.2 | 864 | 10/30/2018 |
1.0.0 | 587 | 4/4/2018 |