DotNetCqs 2.0.17

There is a newer version of this package available.
See the version list below for details.
dotnet add package DotNetCqs --version 2.0.17
NuGet\Install-Package DotNetCqs -Version 2.0.17
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="DotNetCqs" Version="2.0.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetCqs --version 2.0.17
#r "nuget: DotNetCqs, 2.0.17"
#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.
// Install DotNetCqs as a Cake Addin
#addin nuget:?package=DotNetCqs&version=2.0.17

// Install DotNetCqs as a Cake Tool
#tool nuget:?package=DotNetCqs&version=2.0.17

Command/Query abstraction library for .NET applications.

Product 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 was computed.  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. 
.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 net46 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (12)

Showing the top 5 NuGet packages that depend on DotNetCqs:

Package Downloads
WindowsAzure.ServiceBus.Cqs

Command/Query seperation library for WindowsAzure ServiceBus. This is NOT an officical Microsoft package. Allows you to use messaging within your application to make it easier to scale and create a loosely coupled architecture

Griffin.Framework.Cqs

Command/Query (CQS) library which enables to you use dependency injection in your Command/Query handlers. The CQS objects can be executed locally within the same process or through a client/server architecture. You can also scale the execution by using routing CQS objects or divide so that one server handles events, another queries etc. Support for: * Commands * Queries * Request/Reply * Application events

DotNetCqs.Queues.AdoNet

ADO.NET based queues for DotNetCqs.

DotNetCqs.Queues.Azure.ServiceBus

Azure service bus integration for DotNetCqs.

OneTrueError.IntegrationTests.Tools

Library used to write integration tests for the OneTrueError client libraries

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on DotNetCqs:

Repository Stars
jgauffin/Griffin.Framework
Application framework for Business Applications
Version Downloads Last updated
2.1.3 856 10/4/2023
2.1.1 3,231 2/8/2022
2.1.0 3,090 12/29/2020
2.0.17 1,469 6/9/2020
2.0.16 1,067 2/25/2020
2.0.15 2,516 10/14/2019
2.0.14 1,119 9/19/2019
2.0.12 1,616 9/17/2019
2.0.11 1,495 9/16/2019
2.0.10 3,268 3/18/2019
2.0.9 3,000 4/4/2018
2.0.8 1,988 1/15/2018
2.0.7 1,885 11/20/2017
2.0.6 1,764 11/16/2017
2.0.5 1,735 11/13/2017
2.0.4 1,707 11/9/2017
2.0.3.9 1,539 11/3/2017
2.0.3.8 1,840 10/24/2017
2.0.3.7 1,512 10/24/2017
2.0.3.2 1,584 10/22/2017
2.0.3.1 1,531 10/22/2017
2.0.3 1,522 10/21/2017
2.0.2 1,488 10/20/2017
2.0.1 1,546 10/20/2017
2.0.0 1,469 10/20/2017
1.0.1 2,749 9/5/2017
1.0.0 42,244 2/17/2014

Added missing initializtions in the Message constructors