Info
| Version: | 10.0.1 |
| Author(s): | Ian Cooper |
| Last Update: | Sunday, October 12, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://www.goparamore.io/ |
| NuGet Url: | https://www.nuget.org/packages/Paramore.Brighter |
Install
Install-Package Paramore.Brighter
dotnet add package Paramore.Brighter
paket add Paramore.Brighter
Paramore.Brighter Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.7.0)
- Newtonsoft.Json(>= 12.0.3)
- Polly(>= 7.2.1)
- System.Memory(>= 4.5.0)
Tags
A Command Dispatcher component maps commands to handlers. A Command Processor pattern provides a framework for handling orthogonal concerns such as logging, timeouts, or circuit breakers.