CQELight 1.1.4

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

// Install CQELight as a Cake Tool
#tool nuget:?package=CQELight&version=1.1.4

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

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,521 8/10/2020
1.2.0 3,397 6/24/2020
1.1.4 3,144 4/24/2020
1.1.3 3,223 2/21/2020
1.1.2 3,627 1/14/2020
1.1.1 3,197 12/10/2019
1.1.0 3,401 11/27/2019
1.0.3 3,622 8/23/2019
1.0.2 2,066 7/10/2019
1.0.1.1 1,048 6/14/2019
1.0.0 3,891 5/21/2019
1.0.0-rc 2,022 4/8/2019
0.9.0 3,366 1/11/2019
0.8.0 3,348 11/23/2018
0.7.1 1,323 10/18/2018
0.7.0 3,216 10/12/2018
0.6.0 3,264 9/18/2018
0.5.0 3,510 6/20/2018
0.4.0 3,552 5/8/2018
0.3.0 3,372 4/10/2018
0.2.0 2,510 3/28/2018
0.1.0 2,269 3/15/2018

See concerned milestone on GitHub