Cqrs.DependencyInjection 5.2.2.69

dotnet add package Cqrs.DependencyInjection --version 5.2.2.69                
NuGet\Install-Package Cqrs.DependencyInjection -Version 5.2.2.69                
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="Cqrs.DependencyInjection" Version="5.2.2.69" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cqrs.DependencyInjection --version 5.2.2.69                
#r "nuget: Cqrs.DependencyInjection, 5.2.2.69"                
#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 Cqrs.DependencyInjection as a Cake Addin
#addin nuget:?package=Cqrs.DependencyInjection&version=5.2.2.69

// Install Cqrs.DependencyInjection as a Cake Tool
#tool nuget:?package=Cqrs.DependencyInjection&version=5.2.2.69                

Use DI with CQRS.NET

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 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 (7)

Showing the top 5 NuGet packages that depend on Cqrs.DependencyInjection:

Package Downloads
Cqrs.Azure.Functions.Isolated

Use Azure Functions with CQRS.NET

Cqrs.Azure.Functions

Use Azure Functions with CQRS.NET

Cqrs.Azure.Functions.ServiceBus.Isolated

Use Azure Functions with CQRS.NET

Cqrs.Azure.Functions.ServiceBus

Use Azure Functions with CQRS.NET

Cqrs.DependencyInjection.Azure.ServiceBus.EventBus

Use MS DI as your IoC container of choice when using Microsoft Azure ServiceBus for CQRS.NET as your event bus

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.2.2.69 290 11/2/2024
5.2.2.68 345 10/23/2024
5.2.2.67 271 10/22/2024
5.2.2.66 265 10/21/2024
5.2.2.65 275 10/20/2024
5.2.2.64 329 10/19/2024
5.2.2.63 286 10/17/2024
5.2.2.62 263 10/17/2024
5.2.2.61 261 10/17/2024
5.2.2.60 248 10/17/2024
5.2.2.59 251 10/17/2024
5.2.2.57 258 10/16/2024
5.2.2.56 310 10/10/2024
5.2.2.55 270 10/9/2024
5.2.2.54 325 10/8/2024
5.2.2.53 296 10/8/2024
5.2.2.50 274 10/7/2024
5.2.2.49 341 9/1/2024
5.2.1.48 335 9/1/2024
5.2.1.47 322 9/1/2024
5.2.0.46 296 7/13/2024
5.2.0.45 321 7/6/2024
5.1.0.44 4,570 1/19/2024
5.0.0.43 336 1/17/2024
5.0.0.42 317 1/15/2024
5.0.0.41 333 1/15/2024
5.0.0.40 308 1/15/2024
5.0.0.39 336 1/15/2024
5.0.0.38 345 1/14/2024
5.0.0.37 312 1/14/2024
5.0.0.36 283 1/13/2024
5.0.0.35 348 12/15/2023
5.0.0.34 356 12/10/2023
5.0.0.33 354 12/8/2023
5.0.0.32 482 11/19/2023
5.0.0.31 346 11/18/2023
5.0.0.30 3,905 10/23/2023

Version 5.2

* Refactored .NET Standard 2.0 to be far now async/await able... means some breaking changes as method names and return types change.

Version 5.1

* Addressed a poor default resolver that could result in singletons being transient causing leaks.

Version 5.0

* MS DI support added