M.Executables
2.2.0
Interfaces for implementing a variation of the Command design pattern.
Install-Package M.Executables -Version 2.2.0
dotnet add package M.Executables --version 2.2.0
<PackageReference Include="M.Executables" Version="2.2.0" />
paket add M.Executables --version 2.2.0
#r "nuget: M.Executables, 2.2.0"
Targeting .NET Standard 2.0 added.
New interface introduced in order to allow separation async and sync implementations.
New interfaces introduced to allow interceptors to target specific executables.
New interfaces introduced to allow implementation of interceptors to hint the executors of how to handle them.
Targeting .NET Standard 2.0 added.
New interface introduced in order to allow separation async and sync implementations.
New interfaces introduced to allow interceptors to target specific executables.
New interfaces introduced to allow implementation of interceptors to hint the executors of how to handle them.
Release Notes
New IExecutionInterceptor and IExecutors interfaces.
Dependencies
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on M.Executables:
Package | Downloads |
---|---|
M.Executables.Executors.Simple
A very simple implementation of IExecutor and IExecutorAsync.
|
|
M.Executables.Executors.SimpleInjector
An implementation of IExecutor and IExecutorAsync utilizing SimpleInjector as IoC container.
|
|
M.Executables.Executors.NetCore
An implementation of IExecutor and IExecutorAsync utilizing .NET Core dependecy injection.
|
GitHub repositories
This package is not used by any popular GitHub repositories.