eQuantic.Core.CQS.Generators 2.4.0

dotnet add package eQuantic.Core.CQS.Generators --version 2.4.0
                    
NuGet\Install-Package eQuantic.Core.CQS.Generators -Version 2.4.0
                    
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="eQuantic.Core.CQS.Generators" Version="2.4.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="eQuantic.Core.CQS.Generators" Version="2.4.0" />
                    
Directory.Packages.props
<PackageReference Include="eQuantic.Core.CQS.Generators">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 eQuantic.Core.CQS.Generators --version 2.4.0
                    
#r "nuget: eQuantic.Core.CQS.Generators, 2.4.0"
                    
#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 eQuantic.Core.CQS.Generators@2.4.0
                    
#: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=eQuantic.Core.CQS.Generators&version=2.4.0
                    
Install as a Cake Addin
#tool nuget:?package=eQuantic.Core.CQS.Generators&version=2.4.0
                    
Install as a Cake Tool

eQuantic.Core.CQS.Generators

NuGet

Source generators for eQuantic.Core.CQS - Auto-registration of handlers and compile-time validation.

Installation

dotnet add package eQuantic.Core.CQS.Generators

Features

Auto Handler Registration (Coming Soon)

Automatically generates handler registration code at compile time.

Compile-Time Validation (Coming Soon)

Validates that all commands and queries have corresponding handlers.

Current Status

🚧 Under Development

This package is being actively developed. Current features:

  • Basic source generator infrastructure
  • Roslyn analyzer framework

Roadmap

  • Auto-generate AddCQS() registration
  • Validate handler existence at compile time
  • Generate handler stubs from commands/queries
  • Performance optimizations with compiled expressions

License

MIT License

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

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.4.0 109 2/14/2026
2.3.1 102 2/14/2026
2.3.0 113 12/28/2025
2.1.0 111 12/27/2025
1.0.5 111 12/27/2025
1.0.4 105 12/27/2025
1.0.0 193 12/25/2025
1.0.0-ci.2 149 12/25/2025