DryIoc.Microsoft.DependencyInjection 6.2.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package DryIoc.Microsoft.DependencyInjection --version 6.2.0
NuGet\Install-Package DryIoc.Microsoft.DependencyInjection -Version 6.2.0
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="DryIoc.Microsoft.DependencyInjection" Version="6.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DryIoc.Microsoft.DependencyInjection --version 6.2.0
#r "nuget: DryIoc.Microsoft.DependencyInjection, 6.2.0"
#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 DryIoc.Microsoft.DependencyInjection as a Cake Addin
#addin nuget:?package=DryIoc.Microsoft.DependencyInjection&version=6.2.0

// Install DryIoc.Microsoft.DependencyInjection as a Cake Tool
#tool nuget:?package=DryIoc.Microsoft.DependencyInjection&version=6.2.0

DryIoc adapter for Microsoft.Extensions.DependencyInjection

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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 (15)

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

Package Downloads
Rocket.Surgery.Extensions.Testing

Package Description

Bell.Common

Common code base library

Rocket.Surgery.Conventions.DryIoc

Provides DryIoc support for a Rocket Surgery Application

DryIoc.Microsoft.DependencyInjection.Extension

DryIoc Container with no change settings and register IServiceCollection

Tecan.Sila2.Server.DryIoC The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

DryIoC bindings for the server part of the Tecan SiLA2 SDK

GitHub repositories (15)

Showing the top 5 popular GitHub repositories that depend on DryIoc.Microsoft.DependencyInjection:

Repository Stars
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
jbogard/MediatR
Simple, unambitious mediator implementation in .NET
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
Prowlarr/Prowlarr
Version Downloads Last updated
8.0.0-preview-02 118 3/17/2024
8.0.0-preview-01 548 1/23/2024
6.2.0 246,695 5/1/2023
6.2.0-preview-01 626 4/14/2023
6.1.1 100,200 2/16/2023
6.1.0 293,918 8/23/2022
6.0.2 277,186 5/10/2022
6.0.0 35,325 4/11/2022
6.0.0-preview-02 2,966 9/10/2021
6.0.0-preview-01 183 8/31/2021
5.1.0 716,889 1/5/2021
5.0.0 94,379 10/12/2020
4.1.0 607,267 8/3/2020
4.0.0 215,324 4/14/2020
3.0.3 690,141 4/8/2019
3.0.2 1,221 4/7/2019
3.0.1 19,018 3/28/2019
3.0.0 27,081 3/4/2019
3.0.0-preview-01 1,269 2/22/2019
2.2.0-preview-02 3,522 11/7/2018
2.2.0-preview-01 1,247 10/4/2018
2.1.0 192,167 8/19/2018
2.0.1 23,678 7/11/2018
2.0.0 1,745 7/7/2018
2.0.0-preview-03 2,378 3/18/2018
2.0.0-preview-01 2,221 12/13/2017
1.3.1 130,183 9/9/2017
1.3.0 6,804 9/1/2017
1.2.2 6,331 5/4/2017
1.2.1 38,966 4/20/2017
1.2.0 1,902 4/20/2017
1.1.1 4,563 1/20/2017
1.1.0 2,652 1/16/2017
1.0.2 13,716 10/28/2016
1.0.1 1,629 10/21/2016
1.0.0 3,678 7/29/2016

## v6.2.0

- added: NET 6.0, NET 7.0 and MS.Ext.DI.Abstractions 7.0 support
- updated DryIoc to v5.4.0
- fixed: #547 Blazor File Upload issue with Net 7 and MS DI Package
- fixed: #567 Using DryIoc causes Blazor to crash


## v6.1.1

- fixed: #555 Avoiding cloning the container that already has the MicrosoftDependencyInjectionRules and RegistrySharing.Share
- updated DryIoc to v5.3.3


## v6.1.0

- added: RegisterDescriptor overload with IfAlreadyRegistered and optional serviceKey argument
- fixed: Using the explicit IfAlreadyRegistered.AppendNotKeyed for default RegisterDesciptor in Populate and WithDependencyInjectionAdapter methods
- fixed: #520 WithDependencyInjectionAdapter / Populate do not work with Default IfAlreadyRegistered.Replace