DryIoc.dll 2.0.0-rc4build340
DryIoc is fast, small, full-featured IoC Container for .NET
Showing the top 20 packages that depend on DryIoc.dll.
Packages | Downloads |
---|---|
DryIoc.CommonServiceLocator.dll
Implementation of CommonServiceLocator for DryIoc container, see rationale at https://commonservicelocator.codeplex.com/
|
2 |
DryIoc.CommonServiceLocator.dll
Implementation of CommonServiceLocator for DryIoc container, see rationale at https://commonservicelocator.codeplex.com/
|
1 |
- Support for [PCL](http://msdn.microsoft.com/en-us/library/gg597391(v=vs.110).aspx) and [.NET Core](https://oren.codes/2015/07/29/targeting-net-core).
- More consistent and complete API.
- Diagnose potential resolution problems with `container.VerifyResolutions()`.
- Possible compile-time factory delegate generation. Utilized by [DryIocZero](Companions/DryIocZero).
- Ambient current scope and `Reuse.InWebRequest` for ASP.NET integration.
- Support for static and instance factory methods in addition to constructor. It means support for method parameters injection.
- Batch registration from assemblies and type collections with `RegisterMany`.
- Service key of arbitrary type. The only requirement for key type is to implement `GetHashCode` and `Equals`.
- Resolve as `KeyValuePair` to get service key with service object.
- Register with condition for resolution.
- Required service type support: e.g. `var serviceObjects = c.Resolve{object[]}(typeof(Service));`.
- Optional parameters support.
- Fine-grained control over injection of parameters, properties, and fields.
- Injection of primitive values.
- Control how reused service is stored and disposed via `weaklyReferenced` and `preventDisposal` setups.
- Resolve service collection as `IList{T}`, `ICollection{T}`, `IReadOnlyList{T}`, `IReadOnlyCollection{T}`.
- Register once, existing registration update, unregister.
- Explicit cache management.
- __removed:__ Compilation to DynamicAssembly. DryIoc is fast enough without its complexity.
Unsupported 0.0
- System.Collections (>= 4.0.0)
- System.Threading (>= 4.0.0)
- System.Runtime (>= 4.0.0)
- System.Reflection.Extensions (>= 4.0.0)
- System.Reflection (>= 4.0.0)
- System.Runtime.Extensions (>= 4.0.0)
- System.Linq (>= 4.0.0)
- System.Diagnostics.Tools (>= 4.0.0)
- System.Diagnostics.Debug (>= 4.0.0)
- System.Linq.Expressions (>= 4.0.0)