DotNetCqs 2.0.0
See the version list below for details.
dotnet add package DotNetCqs --version 2.0.0
NuGet\Install-Package DotNetCqs -Version 2.0.0
<PackageReference Include="DotNetCqs" Version="2.0.0" />
paket add DotNetCqs --version 2.0.0
#r "nuget: DotNetCqs, 2.0.0"
// Install DotNetCqs as a Cake Addin #addin nuget:?package=DotNetCqs&version=2.0.0 // Install DotNetCqs as a Cake Tool #tool nuget:?package=DotNetCqs&version=2.0.0
Command/Query abstraction library for .NET applications.
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 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 | net452 is compatible. net46 was computed. 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. |
-
.NETFramework 4.5.2
- Newtonsoft.Json (>= 10.0.2)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 10.0.2)
NuGet packages (10)
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 | 1,061 | 10/4/2023 |
2.1.1 | 3,406 | 2/8/2022 |
2.1.0 | 3,304 | 12/29/2020 |
2.0.17 | 1,528 | 6/9/2020 |
2.0.16 | 1,118 | 2/25/2020 |
2.0.15 | 2,668 | 10/14/2019 |
2.0.14 | 1,172 | 9/19/2019 |
2.0.12 | 1,730 | 9/17/2019 |
2.0.11 | 1,594 | 9/16/2019 |
2.0.10 | 3,379 | 3/18/2019 |
2.0.9 | 3,216 | 4/4/2018 |
2.0.8 | 2,067 | 1/15/2018 |
2.0.7 | 1,992 | 11/20/2017 |
2.0.6 | 1,840 | 11/16/2017 |
2.0.5 | 1,814 | 11/13/2017 |
2.0.4 | 1,778 | 11/9/2017 |
2.0.3.9 | 1,595 | 11/3/2017 |
2.0.3.8 | 1,953 | 10/24/2017 |
2.0.3.7 | 1,567 | 10/24/2017 |
2.0.3.2 | 1,652 | 10/22/2017 |
2.0.3.1 | 1,594 | 10/22/2017 |
2.0.3 | 1,566 | 10/21/2017 |
2.0.2 | 1,557 | 10/20/2017 |
2.0.1 | 1,603 | 10/20/2017 |
2.0.0 | 1,535 | 10/20/2017 |
1.0.1 | 2,877 | 9/5/2017 |
1.0.0 | 44,292 | 2/17/2014 |
Published version 2.0. Breaking changes. All old interfaces are retired.
New minimal interfaces and abstractions to be able to
handle authorization and other context data which otherwise is hard to supply for asynchronous applications.