DryIoc 2.0.0-preview224
Prefix ReservedSee the version list below for details.
dotnet add package DryIoc --version 2.0.0-preview224
NuGet\Install-Package DryIoc -Version 2.0.0-preview224
<PackageReference Include="DryIoc" Version="2.0.0-preview224" />
<PackageVersion Include="DryIoc" Version="2.0.0-preview224" />
<PackageReference Include="DryIoc" />
paket add DryIoc --version 2.0.0-preview224
#r "nuget: DryIoc, 2.0.0-preview224"
#:package DryIoc@2.0.0-preview224
#addin nuget:?package=DryIoc&version=2.0.0-preview224&prerelease
#tool nuget:?package=DryIoc&version=2.0.0-preview224&prerelease
DryIoc is small, fast, capable IoC container for .NET
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (22)
Showing the top 5 NuGet packages that depend on DryIoc:
| Package | Downloads |
|---|---|
|
DryIoc.MefAttributedModel
DryIoc.MefAttributedModel is DryIoc extension to support Microsoft Managed Extensibility Framework for DryIoc container |
|
|
DryIoc.CommonServiceLocator
Implementation of CommonServiceLocator for DryIoc container, see rationale at https://github.com/unitycontainer/commonservicelocator |
|
|
DryIoc.WebApi
DryIoc extension for ASP.NET WebAPI |
|
|
DryIoc.Web
DryIoc extension for ASP.NET providing Web Request Reuse |
|
|
DryIoc.Owin
DryIoc extension for OWIN |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on DryIoc:
| Repository | Stars |
|---|---|
|
CXWorld/CapFrameX
Frametime capture and analysis tool
|
|
|
seesharper/LightInject
An ultra lightweight IoC container
|
|
|
MicroSugarDeveloperOrg/Webviews.Avalonia
|
|
|
fluffynuts/PeanutButter
Tasty, versatile, nutritious; goes with many things in .net.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 6.0.0-preview-08 | 996 | 10/27/2024 |
| 6.0.0-preview-07 | 673 | 3/17/2024 |
| 5.4.3 | 152,941 | 11/12/2023 |
| 5.4.2 | 6,336 | 10/17/2023 |
| 5.4.1 | 11,213 | 6/10/2023 |
| 5.4.0 | 5,063 | 5/1/2023 |
| 5.3.4 | 4,441 | 3/13/2023 |
| 5.3.3 | 2,626 | 2/16/2023 |
| 5.3.2 | 1,913 | 2/9/2023 |
| 5.3.1 | 5,234 | 11/28/2022 |
| 5.3.0 | 42,008 | 11/10/2022 |
| 5.2.2 | 16,017 | 8/23/2022 |
| 5.2.1 | 12,593 | 8/9/2022 |
| 5.2.0 | 3,690 | 8/3/2022 |
| 5.1.0 | 95,378 | 5/20/2022 |
| 5.0.2 | 25,645 | 5/10/2022 |
| 5.0.1 | 3,172 | 4/22/2022 |
| 5.0.0 | 4,888 | 4/13/2022 |
| 4.8.8 | 24,278 | 3/16/2022 |
| 2.0.0-preview224 | 7,887 | 3/18/2015 |
fixed: #70: .Net 4.0 related: Unable to resolve types from unsigned assembly if compiling to dynamic assembly is turned On (it is by default)