Microsoft.Extensions.DependencyInjection 10.0.9

About

Supports the dependency injection (DI) software design pattern which is a technique for achieving Inversion of Control (IoC) between classes and their dependencies.

Key Features

Provides an implementation of the DI interfaces found in the Microsoft.Extensions.DependencyInjection.Abstractions package.

How to Use

ServiceCollection services = new ();
services.AddSingleton<IMessageWriter, MessageWriter>();
using ServiceProvider provider = services.BuildServiceProvider();

// The code below, following the IoC pattern, is typically only aware of the IMessageWriter interface, not the implementation.
IMessageWriter messageWriter = provider.GetService<IMessageWriter>()!;
messageWriter.Write("Hello");

public interface IMessageWriter
{
    void Write(string message);
}

internal class MessageWriter : IMessageWriter
{
    public void Write(string message)
    {
        Console.WriteLine($"MessageWriter.Write(message: \"{message}\")");
    }
}

Main Types

The main types provided by this library are:

  • Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory
  • Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions
  • Microsoft.Extensions.DependencyInjection.ServiceProvider

Additional Documentation

  • Microsoft.Extensions.DependencyInjection.Abstractions
  • Microsoft.Extensions.Hosting
  • Microsoft.Extensions.Options

Feedback & Contributing

Microsoft.Extensions.DependencyInjection is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on Microsoft.Extensions.DependencyInjection.

Packages Downloads
Microsoft.Extensions.Hosting
.NET Core hosting and startup infrastructures for applications.
36
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications.
31
Microsoft.Extensions.Hosting
.NET Core hosting and startup infrastructures for applications.
29
Microsoft.CodeAnalysis.Workspaces.MSBuild
.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one of the following packages to add the appropriate language support: - Microsoft.CodeAnalysis.CSharp.Workspaces - Microsoft.CodeAnalysis.VisualBasic.Workspaces More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/e68227ea677b76a3c603bd616f03ea6d952b2458.
25
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications.
23
Microsoft.Extensions.Hosting
.NET Core hosting and startup infrastructures for applications.
20
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications.
19
Microsoft.AspNetCore.Mvc
ASP.NET Core MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and web APIs. ASP.NET Core MVC enables a clean separation of concerns and gives you full control over markup. This package was built from the source code at https://github.com/aspnet/Mvc/tree/a6199bbfbab05583f987bae322fb04566841aaea
17
Microsoft.Extensions.Hosting
.NET Core hosting and startup infrastructures for applications. This package was built from the source code at https://github.com/aspnet/Extensions/tree/392e329b194b18c7cae04273479334d88c05af2c
17
TensorFlow.NET
Google's TensorFlow full binding in .NET Standard. Building, training and infering deep learning models. https://tensorflownet.readthedocs.io
14
Microsoft.EntityFrameworkCore
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology. Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet
13
Microsoft.AspNetCore.SignalR.Client.Core
Client for ASP.NET Core SignalR This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/b7a2ec8c7ed6b48857af0a69688a73e8c14fe6cb
12
Microsoft.AspNetCore.SignalR.Client.Core
Client for ASP.NET Core SignalR This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d504a7b7dab277712646747e9f5cce0d9507245e
12
Microsoft.AspNetCore.SignalR.Client.Core
Client for ASP.NET Core SignalR This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/31d685b2d9a86ca1243014d175a3da813f78e428
12
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications.
12
Microsoft.AspNetCore.Mvc
ASP.NET Core MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and web APIs. ASP.NET Core MVC enables a clean separation of concerns and gives you full control over markup.
12
TensorFlow.NET
Google's TensorFlow full binding in .NET Standard. Building, training and infering deep learning models. https://tensorflownet.readthedocs.io
12
Microsoft.AspNetCore.SignalR.Client.Core
Client for ASP.NET Core SignalR This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/62c098bc170f50feca15916e81cb7f321ffc52ff
11
TensorFlow.NET
Google's TensorFlow full binding in .NET Standard. Building, training and infering deep learning models. https://tensorflownet.readthedocs.io
11

https://go.microsoft.com/fwlink/?LinkID=799421

Version Downloads Last updated
11.0.0-preview.6.26359.118 0 07/14/2026
11.0.0-preview.5.26302.115 2 07/01/2026
11.0.0-preview.4.26230.115 4 05/30/2026
11.0.0-preview.3.26207.106 4 05/24/2026
11.0.0-preview.2.26159.112 5 03/21/2026
11.0.0-preview.1.26104.118 5 02/17/2026
10.0.10 0 07/14/2026
10.0.9 3 07/14/2026
10.0.8 4 05/30/2026
10.0.7 4 05/30/2026
10.0.6 3 05/24/2026
10.0.5 5 03/21/2026
10.0.4 5 03/23/2026
10.0.3 6 02/19/2026
10.0.2 2 01/17/2026
10.0.1 1 12/17/2025
10.0.0 1 12/10/2025
10.0.0-rc.2.25502.107 0 12/10/2025
10.0.0-rc.1.25451.107 2 01/20/2026
10.0.0-preview.7.25380.108 1 01/02/2026
10.0.0-preview.6.25358.103 1 01/04/2026
10.0.0-preview.5.25277.114 1 01/04/2026
10.0.0-preview.4.25258.110 1 01/04/2026
10.0.0-preview.3.25171.5 1 01/03/2026
10.0.0-preview.2.25163.2 1 01/03/2026
10.0.0-preview.1.25080.5 1 01/03/2026
9.0.18 0 07/14/2026
9.0.17 3 07/14/2026
9.0.16 4 05/30/2026
9.0.15 4 05/14/2026
9.0.14 6 03/25/2026
9.0.13 7 02/19/2026
9.0.12 2 01/20/2026
9.0.11 3 01/19/2026
9.0.10 0 12/10/2025
9.0.9 2 01/20/2026
9.0.8 2 01/20/2026
9.0.7 2 01/20/2026
9.0.6 2 01/20/2026
9.0.5 2 01/20/2026
9.0.4 2 01/20/2026
9.0.3 2 01/20/2026
9.0.2 2 01/18/2026
9.0.1 2 01/18/2026
9.0.0 3 01/18/2026
9.0.0-rc.2.24473.5 1 12/26/2025
9.0.0-rc.1.24431.7 1 12/26/2025
9.0.0-preview.7.24405.7 7 12/10/2025
9.0.0-preview.6.24327.7 2 01/20/2026
9.0.0-preview.5.24306.7 2 01/19/2026
9.0.0-preview.4.24266.19 2 01/19/2026
9.0.0-preview.3.24172.9 2 01/19/2026
9.0.0-preview.2.24128.5 2 01/20/2026
9.0.0-preview.1.24080.9 2 01/19/2026
8.0.1 2 01/19/2026
8.0.0 2 01/18/2026
8.0.0-rc.2.23479.6 1 01/02/2026
8.0.0-rc.1.23419.4 7 12/10/2025
8.0.0-preview.7.23375.6 7 12/10/2025
8.0.0-preview.6.23329.7 9 12/10/2025
8.0.0-preview.5.23280.8 9 01/06/2026
8.0.0-preview.4.23259.5 8 12/10/2025
8.0.0-preview.3.23174.8 7 12/10/2025
8.0.0-preview.2.23128.3 6 12/10/2025
8.0.0-preview.1.23110.8 6 12/10/2025
7.0.0 8 12/10/2025
7.0.0-rc.2.22472.3 9 12/10/2025
7.0.0-rc.1.22426.10 10 12/10/2025
7.0.0-preview.7.22375.6 6 12/10/2025
7.0.0-preview.6.22324.4 5 12/10/2025
7.0.0-preview.5.22301.12 8 12/10/2025
7.0.0-preview.4.22229.4 7 12/10/2025
7.0.0-preview.3.22175.4 6 12/10/2025
7.0.0-preview.2.22152.2 8 12/10/2025
7.0.0-preview.1.22076.8 8 12/10/2025
6.0.2 8 12/10/2025
6.0.1 5 12/10/2025
6.0.0 6 12/10/2025
6.0.0-rc.2.21480.5 7 12/10/2025
6.0.0-rc.1.21451.13 8 12/10/2025
6.0.0-preview.7.21377.19 7 12/10/2025
6.0.0-preview.6.21352.12 11 12/10/2025
6.0.0-preview.5.21301.5 7 12/10/2025
6.0.0-preview.4.21253.7 9 12/11/2025
6.0.0-preview.3.21201.4 6 12/10/2025
6.0.0-preview.2.21154.6 5 12/10/2025
6.0.0-preview.1.21102.12 8 12/10/2025
5.0.2 5 12/10/2025
5.0.1 7 12/10/2025
5.0.0 6 12/10/2025
5.0.0-rc.2.20475.5 6 12/10/2025
5.0.0-rc.1.20451.14 41 12/10/2025
5.0.0-preview.8.20407.11 8 12/10/2025
5.0.0-preview.7.20364.11 7 12/11/2025
5.0.0-preview.6.20305.6 7 12/10/2025
5.0.0-preview.5.20278.1 7 12/10/2025
5.0.0-preview.4.20251.6 6 12/10/2025
5.0.0-preview.3.20215.2 9 12/10/2025
5.0.0-preview.2.20160.3 8 12/10/2025
5.0.0-preview.1.20120.4 5 12/10/2025
3.1.32 6 12/10/2025
3.1.31 11 12/10/2025
3.1.30 9 12/10/2025
3.1.29 8 12/10/2025
3.1.28 8 12/10/2025
3.1.27 9 12/10/2025
3.1.26 10 12/10/2025
3.1.25 6 12/10/2025
3.1.24 5 12/10/2025
3.1.23 34 12/10/2025
3.1.22 7 12/10/2025
3.1.21 9 12/10/2025
3.1.20 7 12/10/2025
3.1.19 6 12/10/2025
3.1.18 5 12/10/2025
3.1.17 24 12/10/2025
3.1.16 37 12/10/2025
3.1.15 9 12/10/2025
3.1.14 7 12/10/2025
3.1.13 6 12/10/2025
3.1.12 8 12/10/2025
3.1.11 7 12/10/2025
3.1.10 13 12/10/2025
3.1.9 8 12/10/2025
3.1.8 23 12/10/2025
3.1.7 7 12/10/2025
3.1.6 8 12/10/2025
3.1.5 53 12/10/2025
3.1.4 7 12/10/2025
3.1.3 7 12/10/2025
3.1.2 6 12/10/2025
3.1.1 7 12/10/2025
3.1.0 6 01/04/2026
3.1.0-preview3.19553.2 6 01/20/2026
3.1.0-preview2.19525.4 6 01/19/2026
3.1.0-preview1.19506.1 9 01/19/2026
3.0.3 9 12/10/2025
3.0.2 10 12/10/2025
3.0.1 6 12/10/2025
3.0.0 7 01/18/2026
3.0.0-rc1.19456.10 5 01/19/2026
3.0.0-preview9.19423.4 7 01/18/2026
3.0.0-preview8.19405.4 7 01/19/2026
3.0.0-preview7.19362.4 6 01/20/2026
3.0.0-preview6.19304.6 12 01/18/2026
3.0.0-preview5.19227.9 5 01/20/2026
3.0.0-preview4.19216.2 8 01/19/2026
3.0.0-preview3.19153.1 6 01/19/2026
3.0.0-preview.19074.2 8 01/18/2026
3.0.0-preview.18572.1 8 01/19/2026
2.2.0 11 01/18/2026
2.2.0-preview3-35497 6 01/19/2026
2.2.0-preview2-35157 7 01/18/2026
2.2.0-preview1-35029 8 01/19/2026
2.1.1 6 01/19/2026
2.1.0 8 01/19/2026
2.1.0-rc1-final 8 12/26/2025
2.1.0-preview2-final 8 12/29/2025
2.1.0-preview1-final 9 12/29/2025
2.0.0 27 01/18/2026
2.0.0-preview2-final 9 12/29/2025
2.0.0-preview1-final 11 12/29/2025
1.1.1 6 01/18/2026
1.1.0 9 01/18/2026
1.1.0-preview1-final 10 12/29/2025
1.0.2 9 01/19/2026
1.0.1 7 01/18/2026
1.0.0 7 01/19/2026
1.0.0-rc2-final 9 12/26/2025
1.0.0-rc1-final 11 12/27/2025