DryIoc 2.0.0-preview234

Prefix Reserved
This is a prerelease version of DryIoc.
There is a newer version of this package available.
See the version list below for details.
dotnet add package DryIoc --version 2.0.0-preview234
                    
NuGet\Install-Package DryIoc -Version 2.0.0-preview234
                    
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" Version="2.0.0-preview234" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DryIoc" Version="2.0.0-preview234" />
                    
Directory.Packages.props
<PackageReference Include="DryIoc" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DryIoc --version 2.0.0-preview234
                    
#r "nuget: DryIoc, 2.0.0-preview234"
                    
#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.
#:package DryIoc@2.0.0-preview234
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DryIoc&version=2.0.0-preview234&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DryIoc&version=2.0.0-preview234&prerelease
                    
Install as a Cake Tool

DryIoc is small, fast, capable IoC container for .NET

There are no supported framework assets in this package.

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 992 10/27/2024
6.0.0-preview-07 672 3/17/2024
5.4.3 151,796 11/12/2023
5.4.2 6,334 10/17/2023
5.4.1 11,208 6/10/2023
5.4.0 5,050 5/1/2023
5.3.4 4,439 3/13/2023
5.3.3 2,623 2/16/2023
5.3.2 1,907 2/9/2023
5.3.1 5,230 11/28/2022
5.3.0 41,924 11/10/2022
5.2.2 16,010 8/23/2022
5.2.1 12,584 8/9/2022
5.2.0 3,688 8/3/2022
5.1.0 95,358 5/20/2022
5.0.2 25,643 5/10/2022
5.0.1 3,170 4/22/2022
5.0.0 4,881 4/13/2022
4.8.8 24,272 3/16/2022
2.0.0-preview234 7,872 3/27/2015
Loading failed

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)