DryIoc.Microsoft.DependencyInjection
6.0.2
Prefix Reserved
Install-Package DryIoc.Microsoft.DependencyInjection -Version 6.0.2
dotnet add package DryIoc.Microsoft.DependencyInjection --version 6.0.2
<PackageReference Include="DryIoc.Microsoft.DependencyInjection" Version="6.0.2" />
paket add DryIoc.Microsoft.DependencyInjection --version 6.0.2
#r "nuget: DryIoc.Microsoft.DependencyInjection, 6.0.2"
// Install DryIoc.Microsoft.DependencyInjection as a Cake Addin
#addin nuget:?package=DryIoc.Microsoft.DependencyInjection&version=6.0.2
// Install DryIoc.Microsoft.DependencyInjection as a Cake Tool
#tool nuget:?package=DryIoc.Microsoft.DependencyInjection&version=6.0.2
DryIoc adapter for Microsoft.Extensions.DependencyInjection
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 |
.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 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- DryIoc.dll (>= 5.0.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
NuGet packages (13)
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 |
|
Shiny.Framework
A collection of libraries and classes to make Xamarin, Shiny, RXUI, and Prism play beautifully together |
|
Rocket.Surgery.Conventions.DryIoc
Provides DryIoc support for a Rocket Surgery Application |
|
NFramework.DryIoc
Package Description |
GitHub repositories (8)
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.
|
|
Radarr/Radarr
A fork of Sonarr to work with movies à la Couchpotato.
|
|
Lidarr/Lidarr
Looks and smells like Sonarr but made for music.
|
|
Readarr/Readarr
Book Manager and Automation (Sonarr for Ebooks)
|
|
Prowlarr/Prowlarr
|
Version | Downloads | Last updated |
---|---|---|
6.0.2 | 6,268 | 5/10/2022 |
6.0.0 | 4,936 | 4/11/2022 |
6.0.0-preview-02 | 1,412 | 9/10/2021 |
6.0.0-preview-01 | 108 | 8/31/2021 |
5.1.0 | 344,019 | 1/5/2021 |
5.0.0 | 76,544 | 10/12/2020 |
4.1.0 | 572,153 | 8/3/2020 |
4.0.0 | 181,674 | 4/14/2020 |
3.0.3 | 654,068 | 4/8/2019 |
3.0.2 | 507 | 4/7/2019 |
3.0.1 | 18,277 | 3/28/2019 |
3.0.0 | 18,164 | 3/4/2019 |
3.0.0-preview-01 | 650 | 2/22/2019 |
2.2.0-preview-02 | 2,665 | 11/7/2018 |
2.2.0-preview-01 | 612 | 10/4/2018 |
2.1.0 | 168,459 | 8/19/2018 |
2.0.1 | 22,879 | 7/11/2018 |
2.0.0 | 960 | 7/7/2018 |
2.0.0-preview-03 | 1,719 | 3/18/2018 |
2.0.0-preview-01 | 1,554 | 12/13/2017 |
1.3.1 | 105,556 | 9/9/2017 |
1.3.0 | 3,722 | 9/1/2017 |
1.2.2 | 4,340 | 5/4/2017 |
1.2.1 | 38,146 | 4/20/2017 |
1.2.0 | 1,071 | 4/20/2017 |
1.1.1 | 3,306 | 1/20/2017 |
1.1.0 | 1,416 | 1/16/2017 |
1.0.2 | 8,381 | 10/28/2016 |
1.0.1 | 847 | 10/21/2016 |
1.0.0 | 1,818 | 7/29/2016 |
## v6.0.2
- fixed: #479 IServiceScopeFactory should be a singleton; service scopes should not be nested
- updated to DryIoc v5.0.2
## v6.0.1
- Fixed the dependencies versions in the source package, but upping the version here to be consistent
## v6.0.0
- Depends on the DryIoc v5.0.0
- Depends on the Microsoft.Extensions.DependencyInjection.Abstractions v6.0.0
- Provides the implementation of IServiceProviderIsService
- Provides the implementation of ISupportRequiredService