CQRSharp.Generators
2.2.3
See the version list below for details.
dotnet add package CQRSharp.Generators --version 2.2.3
NuGet\Install-Package CQRSharp.Generators -Version 2.2.3
<PackageReference Include="CQRSharp.Generators" Version="2.2.3" />
<PackageVersion Include="CQRSharp.Generators" Version="2.2.3" />
<PackageReference Include="CQRSharp.Generators" />
paket add CQRSharp.Generators --version 2.2.3
#r "nuget: CQRSharp.Generators, 2.2.3"
#:package CQRSharp.Generators@2.2.3
#addin nuget:?package=CQRSharp.Generators&version=2.2.3
#tool nuget:?package=CQRSharp.Generators&version=2.2.3
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.3)
- Microsoft.CodeAnalysis.CSharp (>= 4.9.2)
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.1
🔧 Roslyn Generators
Each request not contains more information regarding compile-time execution - including RequestMetadata. Now, you can retrieve more runtime-specific information that will allow for more fine-grained control over program execution, if desired.
Each request completion notification now also contains data about the context of the executed request and its metadata.
📂 Breaking Changes?
Removed ExecutionLoggingBehavior due to AoT incompatibility and redundancy. In future versions, all behaviors will be moved to a separate package.