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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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.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. |
|
CQELight.MVVM
A bunch of tools to use CQELight for MVVM apps |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.1 | 3,035 | 8/10/2020 |
1.2.0 | 2,226 | 6/24/2020 |
1.1.4 | 2,030 | 4/24/2020 |
1.1.3 | 2,181 | 2/21/2020 |
1.1.2 | 2,533 | 1/14/2020 |
1.1.1 | 2,132 | 12/10/2019 |
1.1.0 | 2,275 | 11/27/2019 |
1.0.3 | 2,553 | 8/23/2019 |
1.0.2 | 1,325 | 7/10/2019 |
1.0.1.1 | 563 | 6/14/2019 |
1.0.0 | 2,704 | 5/21/2019 |
1.0.0-rc | 1,277 | 4/8/2019 |
0.9.0 | 2,478 | 1/11/2019 |
0.8.0 | 2,442 | 11/23/2018 |
0.7.1 | 793 | 10/18/2018 |
0.7.0 | 2,277 | 10/12/2018 |
0.6.0 | 2,376 | 9/18/2018 |
0.5.0 | 2,541 | 6/20/2018 |
0.4.0 | 2,626 | 5/8/2018 |
0.3.0 | 2,395 | 4/10/2018 |
0.2.0 | 1,690 | 3/28/2018 |
0.1.0 | 1,568 | 3/15/2018 |
See concerned milestone on GitHub