CQRSharp.Generators 2.2.3

There is a newer version of this package available.
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
                    
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="CQRSharp.Generators" Version="2.2.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CQRSharp.Generators" Version="2.2.3" />
                    
Directory.Packages.props
<PackageReference Include="CQRSharp.Generators" />
                    
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 CQRSharp.Generators --version 2.2.3
                    
#r "nuget: CQRSharp.Generators, 2.2.3"
                    
#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 CQRSharp.Generators@2.2.3
                    
#: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=CQRSharp.Generators&version=2.2.3
                    
Install as a Cake Addin
#tool nuget:?package=CQRSharp.Generators&version=2.2.3
                    
Install as a Cake Tool

A set of Roslyn source code generators that allow Native AoT compatibility for the CQRSharp Library.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
2.2.6 245 4/20/2025
2.2.5 208 4/11/2025
2.2.4 217 4/7/2025
2.2.3.1 214 3/11/2025
2.2.3 221 3/10/2025
2.2.2 266 3/8/2025

🚀 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.