VOOZH about

URL: https://www.nuget.org/packages/Cqrs/

⇱ NuGet Gallery | Cqrs 6.0.0.76




👁 Image
Cqrs 6.0.0.76

dotnet add package Cqrs --version 6.0.0.76
 
 
NuGet\Install-Package Cqrs -Version 6.0.0.76
 
 
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="Cqrs" Version="6.0.0.76" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cqrs" Version="6.0.0.76" />
 
Directory.Packages.props
<PackageReference Include="Cqrs" />
 
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 Cqrs --version 6.0.0.76
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Cqrs, 6.0.0.76"
 
 
#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 Cqrs@6.0.0.76
 
 
#: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=Cqrs&version=6.0.0.76
 
Install as a Cake Addin
#tool nuget:?package=Cqrs&version=6.0.0.76
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

A lightweight enterprise Function as a service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments, offering modern patterns such as CQRS and event-sourcing. Offering a superior combination of serverless, micro-service and traditional deployments both in the cloud and on-premise to suit any business. Deployments can be inter-conntected with each other sharing data and resourcing or independant and issolated while providing a consistent framework and guideline for both development, deployment, DevOps and administration.

CQRS.NET has been designed with modularity in mind... see the number of technology packages below you can chose from. Modularity applies to both development concerns like storage as well as operational modularity such as serverless or micro-service deployment, PaaS, VMs or container packaging. Every package and design choice made should be interchangeable with custom code if needed.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 is compatible.  net48 net48 is compatible.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (46)

Showing the top 5 NuGet packages that depend on Cqrs:

Package Downloads
Cqrs.Ninject

Provides preconfigured Ninject modules that will wire up the required component necessary. Several modules are optional such as the InProcess or the SimplaifySQL modules. You only need to use those if you are using InProcess or SQL.

Cqrs.Mongo

Use MongoDB as the read store and data store in CQRS.NET

Cqrs.Azure.ConfigurationManager

Use Azure Configuration Manager as the configuration manager in CQRS.NET

Cqrs.Azure.ServiceBus

Use Azure ServiceBus as a message, event or command bus in CQRS.NET

Cqrs.EventStore

Use Greg Young's event store as the Event Store in CQRS.NET

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.0.76 12,761 10/10/2025
6.0.0.75 1,605 10/9/2025
6.0.0.74 1,604 10/9/2025
6.0.0.73 1,519 10/9/2025
6.0.0.72 1,542 10/8/2025
6.0.0.71 1,623 10/8/2025
5.2.3.70 20,056 1/14/2025
5.2.2.69 5,033 11/2/2024
5.2.2.68 2,023 10/23/2024
5.2.2.67 1,480 10/22/2024
5.2.2.66 1,509 10/21/2024
5.2.2.65 1,451 10/20/2024
5.2.2.64 1,479 10/19/2024
5.2.2.63 1,764 10/17/2024
5.2.2.62 1,341 10/17/2024
5.2.2.61 1,370 10/17/2024
5.2.2.60 1,337 10/17/2024
5.2.2.59 1,378 10/17/2024
5.2.2.57 1,384 10/16/2024
5.2.2.56 1,520 10/10/2024
Loading failed

Version 6.0

- Removed .NET 4.0, .NET 4.5, .NET 4.5.1, .NET 4.5.2, .NET 4.6 and , .NET 4.6.2 support. The minimum .NET Framework version is now .NET 4.7.2.
- Deprecated .NET 6.0, replaced with .NET 8.0

Version 5.3

- Referenced library updates.

Version 5.2

- Refactored .NET Standard 2.0 to be far more async/await able... means some breaking changes as method names and return types change.
- Added the ability to delay sending message publishing.
- Introduced the IMessageWithOrderingKey interface to aid in applying message process ordering if supported.
- Added the ability to publish non-saga events from a saga.
- Added snapshot support to sagas via a SnapshotSagaRepository

Version 5.0

- Deprecated .NET 5.0, replaced with .NET 6.0
- Refactored .NET Standard 2.0 to be far more async/await able... means some breaking changes as method names and return types change.