CQRSharp.Shared
2.2.5
See the version list below for details.
dotnet add package CQRSharp.Shared --version 2.2.5
NuGet\Install-Package CQRSharp.Shared -Version 2.2.5
<PackageReference Include="CQRSharp.Shared" Version="2.2.5" />
<PackageVersion Include="CQRSharp.Shared" Version="2.2.5" />
<PackageReference Include="CQRSharp.Shared" />
paket add CQRSharp.Shared --version 2.2.5
#r "nuget: CQRSharp.Shared, 2.2.5"
#:package CQRSharp.Shared@2.2.5
#addin nuget:?package=CQRSharp.Shared&version=2.2.5
#tool nuget:?package=CQRSharp.Shared&version=2.2.5
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
-
net8.0
-
net9.0
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.5
🔧 Changes
- Added multi-context support per application. Now, you can register multiple IRequestContextFactory that can handle any given context generation, with automatic mapping by the Dispatcher!
- Additional configurability for the BackgroundTaskQueue. You can now add callback handling if the system is overloaded, configure the system limits, and so on!
- Additional bottleneck optimizations for BackgroundTaskQueue.
📂 Breaking Changes?
- Complete restructure of CQRSharp.Shared - if any types/interfaces/classes were used directly, this will break.