DryIoc.dll 2.0.0-rc1build265

This is a prerelease version of DryIoc.dll.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package DryIoc.dll --version 2.0.0-rc1build265
                    
NuGet\Install-Package DryIoc.dll -Version 2.0.0-rc1build265
                    
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.dll" Version="2.0.0-rc1build265" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DryIoc.dll" Version="2.0.0-rc1build265" />
                    
Directory.Packages.props
<PackageReference Include="DryIoc.dll" />
                    
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.dll --version 2.0.0-rc1build265
                    
#r "nuget: DryIoc.dll, 2.0.0-rc1build265"
                    
#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.dll@2.0.0-rc1build265
                    
#: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.dll&version=2.0.0-rc1build265&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DryIoc.dll&version=2.0.0-rc1build265&prerelease
                    
Install as a Cake Tool

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

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0-rc1build266 75 5/7/2015
2.0.0-rc1build265 38 5/6/2015
2.0.0-rc1build264 35 5/5/2015
2.0.0-rc1build263 37 5/1/2015
2.0.0-rc1build262 36 4/30/2015
2.0.0-rc1build261 33 4/29/2015
2.0.0-rc1build260 33 4/28/2015
2.0.0-rc1build259 40 4/21/2015
2.0.0-rc1build258 34 4/29/2015
2.0.0-rc1build255 34 4/21/2015
2.0.0-preview256 43 4/15/2015
2.0.0-preview255 36 4/14/2015
2.0.0-preview254 33 4/14/2015
2.0.0-preview253 35 4/13/2015
2.0.0-preview252 39 4/10/2015
2.0.0-preview251 36 4/7/2015
2.0.0-preview248 35 4/7/2015
2.0.0-beta258 33 4/21/2015
2.0.0-beta254 68 4/20/2015
1.4.1 942 10/9/2014
Loading failed

- More consistent and complete API.  
           - Support for ambient current scope and Reuse.InWebRequest for ASP.NET integration.  
           - Conventional RegisterMany from Assemblies.  
           - Service key of arbitrary type. Supported resolution as KeyValuePair to get service key with corresponding service.  
           - Register with condition based on service request.  
           - Required service type support and ResolveMany support.  
           - Register once, Update existing registration, Unregister.  
           - Container snapshots and Cache management.  
           - Fine-grained control over injection of parameters, properties, and fields.  
           - Injecting of primitive values.  
           - Optional parameters support.  
           - Fine-grained control over reused object behavior via Reuse Wrappers.  
           - In addition to constructor supported: static and instance factory methods, properties and fields.  
           - Initializer support.  
           - Support the rest of collection interfaces implemented by array.  
           - Compilation to DynamicAssembly is turned Off by default.