YellowFlare.CommandProcessor 1.0.8-beta

This is a prerelease version of YellowFlare.CommandProcessor.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package YellowFlare.CommandProcessor --version 1.0.8-beta
                    
NuGet\Install-Package YellowFlare.CommandProcessor -Version 1.0.8-beta
                    
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="YellowFlare.CommandProcessor" Version="1.0.8-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="YellowFlare.CommandProcessor" Version="1.0.8-beta" />
                    
Directory.Packages.props
<PackageReference Include="YellowFlare.CommandProcessor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add YellowFlare.CommandProcessor --version 1.0.8-beta
                    
#r "nuget: YellowFlare.CommandProcessor, 1.0.8-beta"
                    
#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.
#:package YellowFlare.CommandProcessor@1.0.8-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=YellowFlare.CommandProcessor&version=1.0.8-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=YellowFlare.CommandProcessor&version=1.0.8-beta&prerelease
                    
Install as a Cake Tool

Lightweight framework that allows you to execute commands the CQRS way. Features include:

- Create a CommandProcessor using a simple builder and you're ready to go.
- Does not force you to use Event Sourcing (just pick the persistence-strategy you like)
- Sprinkle some Attributes on your handlers and resources to let them automatically be registered in the container of your choice with the appropriate lifetime.
- Customize your command execution pipeline by defining behaviors (dynamically or through attributes) and control their order if required.
- Let multiple resources automatically be registered and flushed with the current Unit Of Work, even asynchronously if you want to (controlled via FlushHintAttributes).
- Publish and Handle your Domain Events through a common DomainEventBus.
- Optimize your FetchStrategy if you're using an ORM by checking which use you're in inside your Repository.

Code and Documentation will be published very soon.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

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