DryIoc.Microsoft.DependencyInjection.src 3.0.1

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

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

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.2.0 279 5/1/2023
6.1.1 248 2/16/2023
6.1.0 446 8/23/2022
6.0.2 4,188 5/10/2022
6.0.1 477 4/13/2022
5.1.0 490 1/5/2021
5.0.0 473 10/12/2020
4.1.0 525 8/3/2020
4.0.0 508 4/14/2020
3.0.1 663 3/30/2019

## v3.0.1

- fixed: #97: Resolving last registration from multiple default services bug

## v3.0.0

- Strongly-named!
- Greatly improved performance and decreased memory allocations for bootstapping and first-time resolution

- fixed: #56 Project Upgrade to core2.2 and then get an error
- added: DryIocAdapter.Create
- added: DryIoc IResolver now directly implements IServiceProvider - no need for BuildServiceProvider anymore
- added: DryIoc.Rules.Rules.MicrosoftDependencyInjectionRules - the set of rules for MS.DI available directly in DryIoc

v2.2.0:
- updated: To DryIoc v3.1.0-preview-06
v2.1.0:
- added: Split WithCompositionRoot and BuildServiceProvider extension methods
- removed: Preventing to use Container with ambient ScopeContext
v2.0.1:
- updated: to DryIoc v3.0.2
v2.0.0:
- updated: to DryIoc v3
- updated: Targets changed to match MS.Ext.DI (netstandard 1.0 for DI 1.1.1 and netstandard 2.0 for DI 2.0)
- updated: To Microsoft.Extensions.DependencyInjection.Abstractions 2.1.1
- breaking: No longer uses Reuse.WebRequestScopeName when opening scope, so your registrations should use Reuse.Scope instead of Reuse.InWebRequest