CQELight 1.2.1
dotnet add package CQELight --version 1.2.1
NuGet\Install-Package CQELight -Version 1.2.1
<PackageReference Include="CQELight" Version="1.2.1" />
paket add CQELight --version 1.2.1
#r "nuget: CQELight, 1.2.1"
// Install CQELight as a Cake Addin #addin nuget:?package=CQELight&version=1.2.1 // Install CQELight as a Cake Tool #tool nuget:?package=CQELight&version=1.2.1
CQELight is a framework that provides tooling layer for helping developpers to get started with Domain Driven Design, Command Query Responsability Segregation and Event Sourcing.
It provides abstraction upon major concepts and allow you to create your custom implementation with your tools.
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 is compatible. |
.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
- DeepCloner (>= 0.10.2)
- Microsoft.Extensions.Configuration (>= 2.1.1)
- Microsoft.Extensions.Logging.Debug (>= 2.1.1)
- Newtonsoft.Json (>= 12.0.3)
- System.Collections.Immutable (>= 1.7.1)
- System.Composition (>= 1.4.1)
- System.Interactive.Async (>= 3.2.0)
- System.Runtime (>= 4.3.1)
-
.NETStandard 2.1
- DeepCloner (>= 0.10.2)
- Microsoft.Extensions.Configuration (>= 3.1.6)
- Microsoft.Extensions.Logging.Debug (>= 3.1.6)
- Newtonsoft.Json (>= 12.0.3)
- System.Collections.Immutable (>= 1.7.1)
- System.Composition (>= 1.4.1)
- System.Runtime (>= 4.3.1)
NuGet packages (13)
Showing the top 5 NuGet packages that depend on CQELight:
Package | Downloads |
---|---|
CQELight.Buses.InMemory
CQELight.Buses.InMemory provides two buses, one for command and one for events, use to dispatch events and commands in the same in-memory process. |
|
CQELight.DAL.EFCore
Implementation of CQELight abstractions with EF Core |
|
CQELight.TestFramework
A test framework to help writing unit tests upon CQELight system |
|
CQELight.MVVM
A bunch of tools to use CQELight for MVVM apps |
|
CQELight.IoC.Autofac
CQELight.Autofac is the implementation of CQELight IoC manager abstraction, by using Autofac as IoC container. It also gives some ease to helps you register types in the container, via the IAutoRegisterType interface. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.1 | 4,914 | 8/10/2020 |
1.2.0 | 3,666 | 6/24/2020 |
1.1.4 | 3,406 | 4/24/2020 |
1.1.3 | 3,477 | 2/21/2020 |
1.1.2 | 3,880 | 1/14/2020 |
1.1.1 | 3,429 | 12/10/2019 |
1.1.0 | 3,693 | 11/27/2019 |
1.0.3 | 3,897 | 8/23/2019 |
1.0.2 | 2,231 | 7/10/2019 |
1.0.1.1 | 1,121 | 6/14/2019 |
1.0.0 | 4,153 | 5/21/2019 |
1.0.0-rc | 2,289 | 4/8/2019 |
0.9.0 | 3,584 | 1/11/2019 |
0.8.0 | 3,555 | 11/23/2018 |
0.7.1 | 1,412 | 10/18/2018 |
0.7.0 | 3,426 | 10/12/2018 |
0.6.0 | 3,486 | 9/18/2018 |
0.5.0 | 3,776 | 6/20/2018 |
0.4.0 | 3,802 | 5/8/2018 |
0.3.0 | 3,600 | 4/10/2018 |
0.2.0 | 2,664 | 3/28/2018 |
0.1.0 | 2,421 | 3/15/2018 |
See concerned milestone on GitHub