DryIoc.dll
2.0.0-rc1build266
dotnet add package DryIoc.dll --version 2.0.0-rc1build266
NuGet\Install-Package DryIoc.dll -Version 2.0.0-rc1build266
<PackageReference Include="DryIoc.dll" Version="2.0.0-rc1build266" />
paket add DryIoc.dll --version 2.0.0-rc1build266
#r "nuget: DryIoc.dll, 2.0.0-rc1build266"
// Install DryIoc.dll as a Cake Addin #addin nuget:?package=DryIoc.dll&version=2.0.0-rc1build266&prerelease // Install DryIoc.dll as a Cake Tool #tool nuget:?package=DryIoc.dll&version=2.0.0-rc1build266&prerelease
DryIoc is small, fast, capable IoC container for .NET
Product | Versions 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. |
This package has no dependencies.
GitHub repositories (20)
Showing the top 5 popular GitHub repositories that depend on DryIoc.dll:
Repository | Stars |
---|---|
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
|
|
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
|
|
Prowlarr/Prowlarr
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
|
|
Lidarr/Lidarr
Looks and smells like Sonarr but made for music.
|
|
Readarr/Readarr
Book Manager and Automation (Sonarr for Ebooks)
|
- 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.