CQRSharp.Shared
2.2.2
See the version list below for details.
dotnet add package CQRSharp.Shared --version 2.2.2
NuGet\Install-Package CQRSharp.Shared -Version 2.2.2
<PackageReference Include="CQRSharp.Shared" Version="2.2.2" />
<PackageVersion Include="CQRSharp.Shared" Version="2.2.2" />
<PackageReference Include="CQRSharp.Shared" />
paket add CQRSharp.Shared --version 2.2.2
#r "nuget: CQRSharp.Shared, 2.2.2"
#:package CQRSharp.Shared@2.2.2
#addin nuget:?package=CQRSharp.Shared&version=2.2.2
#tool nuget:?package=CQRSharp.Shared&version=2.2.2
CQRSharp
A lightweight, extensible, and attribute-driven Command Query Responsibility Segregation (CQRS) framework for .NET applications.
For more information, please check out the wiki page!
Contributing
Contributions are welcome! Please open issues and pull requests for bug fixes, enhancements, or new features.
To contribute:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Submit a pull request.
Please ensure that your code follows the project's coding standards and includes appropriate tests.
License
This project is licensed under the MIT License.
Note: This project is in active development.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CQRSharp.Shared:
| Package | Downloads |
|---|---|
|
CQRSharp
A lightweight, extensible, and attribute-driven Command Query Responsibility Segregation (CQRS) framework for .NET applications, with complete Native AoT support. |
|
|
CQRSharp.Generators
A set of Roslyn source code generators that allow Native AoT compatibility for the CQRSharp Library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
🚀 Release Notes for 2.2.2
This release introduces compile-time Roslyn Generators to replace reflection where possible, improving performance and providing native AoT compatibility. All pipelines and registry mappings are now generated at build time.
No major breaking changes; the switch to generators remains backward compatible while giving a more optimized architecture.