Rezolver.Microsoft.Extensions.DependencyInjection
1.1.703.1800
See the version list below for details.
dotnet add package Rezolver.Microsoft.Extensions.DependencyInjection --version 1.1.703.1800
NuGet\Install-Package Rezolver.Microsoft.Extensions.DependencyInjection -Version 1.1.703.1800
<PackageReference Include="Rezolver.Microsoft.Extensions.DependencyInjection" Version="1.1.703.1800" />
paket add Rezolver.Microsoft.Extensions.DependencyInjection --version 1.1.703.1800
#r "nuget: Rezolver.Microsoft.Extensions.DependencyInjection, 1.1.703.1800"
// Install Rezolver.Microsoft.Extensions.DependencyInjection as a Cake Addin #addin nuget:?package=Rezolver.Microsoft.Extensions.DependencyInjection&version=1.1.703.1800 // Install Rezolver.Microsoft.Extensions.DependencyInjection as a Cake Tool #tool nuget:?package=Rezolver.Microsoft.Extensions.DependencyInjection&version=1.1.703.1800
Provides the implementation and extensions to use Rezolver containers in place of the standard Microsoft.Extensions.DependencyInjection container(s)
Product | Versions 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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.1 is compatible. netstandard1.2 was computed. netstandard1.3 was computed. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net45 was computed. net451 is compatible. net452 was computed. net46 was computed. 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 | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.1
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.1.0)
- Rezolver (>= 1.1.71702.500)
-
.NETStandard 1.1
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.1.0)
- Rezolver (>= 1.1.71702.500)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Rezolver.Microsoft.Extensions.DependencyInjection:
Package | Downloads |
---|---|
Rezolver.Microsoft.AspNetCore.Hosting
Extensions for IWebHostBuilder to simplify the use of Rezolver containers in Asp.Net Core 2 applications. This is the last version of this package. |
|
Rezolver.Microsoft.Extensions.Hosting
Provides Rezolver support for the .Net Core Generic Host |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Rezolver.Microsoft.Extensions.DependencyInjection:
Repository | Stars |
---|---|
danielpalme/IocPerformance
Performance comparison of .NET IoC containers
|
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 2,600 | 10/25/2019 |
3.0.0-Beta-20191025.3 | 256 | 10/25/2019 |
2.2.1 | 2,520 | 7/25/2019 |
2.2.1-CI-20190723.1 | 258 | 7/24/2019 |
2.2.1-Beta-20190724.6 | 269 | 7/24/2019 |
2.2.0 | 1,532 | 2/22/2019 |
2.1.0 | 1,419 | 6/26/2018 |
2.0.1 | 1,236 | 3/2/2018 |
2.0.0 | 1,315 | 10/15/2017 |
1.3.0 | 1,119 | 10/2/2017 |
1.2.7050.900 | 1,495 | 5/10/2017 |
1.1.703.1800 | 1,177 | 3/18/2017 |
1.1.0 | 1,564 | 2/27/2017 |
1.0.0 | 1,454 | 12/6/2016 |
Switched scope factory to use the IScopeFactory implementation of ResolveContext (new in 1.1.71702.500), which honours child scopes correctly.