# dadhi/DryIoc

DryIoc is fast, small, full-featured IoC Container for .NET

Repository: https://github.com/dadhi/DryIoc
Canonical: https://ross.abutalabs.com/products/dryioc
Language: C#
License: MIT
License Family: permissive
Topics: dryioc, di-ioc-container, dependency-injection, inversion-of-control, netstandard, xamarin, netcore, performance, simplicity, prism
Last push: 2026-05-28T13:46:57+00:00

## Health v2 (maintenance only)
Score: 61/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 84, release rhythm 8, longevity 100
- inputs: {"age_days": 3014, "days_push": 97, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1128, forks 128 (observed 2026-08-28T04:03:41.664044+00:00)

## What it is
DryIoc is a fast, small, full-featured IoC (dependency injection) container for .NET, targeting net45 through net9.0 and netstandard. It emphasizes low-ceremony usage, high performance, and extensibility, distributed via multiple NuGet packages.

## Use cases
- resolve dependencies in a .NET application with an IoC container
- fast dependency injection for ASP.NET Core services
- use a DI container in Xamarin or MAUI mobile apps
- integrate dependency injection with Prism
- replace Autofac or MEF with a lightweight container
- manage scoped unit-of-work object graphs

## When to choose
- you need a high-performance, full-featured DI container for .NET
- you want broad target support from .NET Framework to modern .NET
- you prefer low-ceremony, extensible container configuration

## When to avoid
- you need a DI container outside the .NET ecosystem
- you want the built-in Microsoft.Extensions.DependencyInjection abstractions only
- you need a container with a large commercial support ecosystem

## Facets
- artifact type: library
- maturity: stable
- function: developer-tools
- domain: developer-tools, backend, cross-platform
- platform: dotnet, cross-platform
- tags: ioc-container, di, performance, netcore, xamarin, prism, dependency-injection, netstandard

## Member repositories
- dadhi/DryIoc (main) score 61

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:41.664044+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:38:32.830077+00:00, confidence not recorded.
  - readme: https://github.com/dadhi/DryIoc (fetched 2026-08-28T04:03:41.664044+00:00, sha 0f38f8775d7f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
