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" />
<PackageReference Include="eQuantic.Core.CQS.Generators"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=eQuantic.Core.CQS.Generators&version=2.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
eQuantic.Core.CQS.Generators
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.