CQRSharp.Generators
2.2.5
See the version list below for details.
dotnet add package CQRSharp.Generators --version 2.2.5
NuGet\Install-Package CQRSharp.Generators -Version 2.2.5
<PackageReference Include="CQRSharp.Generators" Version="2.2.5" />
<PackageVersion Include="CQRSharp.Generators" Version="2.2.5" />
<PackageReference Include="CQRSharp.Generators" />
paket add CQRSharp.Generators --version 2.2.5
#r "nuget: CQRSharp.Generators, 2.2.5"
#:package CQRSharp.Generators@2.2.5
#addin nuget:?package=CQRSharp.Generators&version=2.2.5
#tool nuget:?package=CQRSharp.Generators&version=2.2.5
A set of Roslyn source code generators that allow Native AoT compatibility for the CQRSharp Library.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- CQRSharp.Shared (>= 2.2.5)
- Microsoft.CodeAnalysis.CSharp (>= 4.13.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
🚀 Release Notes for 2.2.5
🔧 Changes
- Added multi-context support per application. Now, you can register multiple IRequestContextFactory that can handle any given context generation, with automatic mapping by the Dispatcher!
- Additional configurability for the BackgroundTaskQueue. You can now add callback handling if the system is overloaded, configure the system limits, and so on!
- Additional bottleneck optimizations for BackgroundTaskQueue.
📂 Breaking Changes?
- Complete restructure of CQRSharp.Shared - if any types/interfaces/classes were used directly, this will break.