Microsoft.Extensions.DependencyInjection 9.0.2
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
- Conceptual documentation
- API documentation
Related Packages
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.Logging
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
|
81 |
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
|
64 |
Microsoft.VisualStudio.Web.CodeGeneration
Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies.
|
56 |
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application.
This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
|
55 |
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application.
This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
|
53 |
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application.
This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
|
50 |
Swashbuckle.AspNetCore.Filters
Some additional useful filters for Swashbuckle.AspNetCore
|
50 |
Microsoft.Extensions.Hosting
.NET Core hosting and startup infrastructures for applications.
|
46 |
Microsoft.Extensions.Logging
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
|
46 |
Microsoft.AspNetCore.Hosting
ASP.NET Core hosting infrastructure and startup logic for web applications.
This package was built from the source code at https://github.com/aspnet/Hosting/tree/0724e6cde1149ee1a19bfec9c13a2c9327b71213
|
46 |
Serilog.AspNetCore
Serilog support for ASP.NET Core logging
|
45 |
Microsoft.Extensions.Logging
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
|
43 |
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
|
43 |
Microsoft.AspNetCore.DataProtection.Extensions
Additional APIs for ASP.NET Core data protection.
|
43 |
Swashbuckle.AspNetCore.Filters
Some additional useful filters for Swashbuckle.AspNetCore. This package replaces Swashbuckle.AspNetCore.Examples.
|
42 |
Microsoft.VisualStudio.Web.CodeGeneration
Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies.
|
42 |
Microsoft.AspNetCore.Mvc.Core
ASP.NET Core MVC core components. Contains common action result types, attribute routing, application model conventions, API explorer, application parts, filters, formatters, model binding, and more.
Commonly used types:
Microsoft.AspNetCore.Mvc.AreaAttribute
Microsoft.AspNetCore.Mvc.BindAttribute
Microsoft.AspNetCore.Mvc.ControllerBase
Microsoft.AspNetCore.Mvc.FromBodyAttribute
Microsoft.AspNetCore.Mvc.FromFormAttribute
Microsoft.AspNetCore.Mvc.RequireHttpsAttribute
Microsoft.AspNetCore.Mvc.RouteAttribute
|
41 |
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application.
This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
|
40 |
Microsoft.Extensions.Hosting
.NET Core hosting and startup infrastructures for applications.
|
40 |
Microsoft.AspNetCore.DataProtection.Extensions
Additional APIs for ASP.NET Core data protection.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/2b7e994b8a304700a09617ffc5052f0d943bbcba
|
39 |
https://go.microsoft.com/fwlink/?LinkID=799421
.NET Framework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.2)
- System.Threading.Tasks.Extensions (>= 4.5.4)
.NET 8.0
.NET 9.0
.NET Standard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.2)
- System.Threading.Tasks.Extensions (>= 4.5.4)
.NET Standard 2.1
Version | Downloads | Last updated |
---|---|---|
9.0.2 | 2 | 02/18/2025 |
9.0.1 | 5 | 01/18/2025 |
9.0.0 | 9 | 11/13/2024 |
9.0.0-rc.2.24473.5 | 9 | 10/09/2024 |
9.0.0-rc.1.24431.7 | 8 | 09/19/2024 |
9.0.0-preview.7.24405.7 | 7 | 08/15/2024 |
9.0.0-preview.6.24327.7 | 11 | 07/11/2024 |
9.0.0-preview.5.24306.7 | 8 | 06/13/2024 |
9.0.0-preview.4.24266.19 | 6 | 05/24/2024 |
9.0.0-preview.3.24172.9 | 35 | 04/18/2024 |
9.0.0-preview.2.24128.5 | 6 | 03/14/2024 |
9.0.0-preview.1.24080.9 | 9 | 02/16/2024 |
8.0.1 | 10 | 10/08/2024 |
8.0.0 | 10 | 12/18/2023 |
8.0.0-rc.2.23479.6 | 6 | 01/22/2024 |
8.0.0-rc.1.23419.4 | 8 | 01/22/2024 |
8.0.0-preview.7.23375.6 | 9 | 05/22/2024 |
8.0.0-preview.6.23329.7 | 6 | 01/28/2024 |
8.0.0-preview.5.23280.8 | 8 | 01/28/2024 |
8.0.0-preview.4.23259.5 | 10 | 08/24/2023 |
8.0.0-preview.3.23174.8 | 27 | 05/12/2023 |
8.0.0-preview.2.23128.3 | 9 | 08/24/2023 |
8.0.0-preview.1.23110.8 | 11 | 08/23/2023 |
7.0.0 | 20 | 04/19/2023 |
7.0.0-rc.2.22472.3 | 8 | 08/25/2023 |
7.0.0-rc.1.22426.10 | 32 | 08/24/2023 |
7.0.0-preview.7.22375.6 | 7 | 08/25/2023 |
7.0.0-preview.6.22324.4 | 8 | 08/24/2023 |
7.0.0-preview.5.22301.12 | 8 | 08/22/2023 |
7.0.0-preview.4.22229.4 | 9 | 08/24/2023 |
7.0.0-preview.3.22175.4 | 16 | 05/13/2023 |
7.0.0-preview.2.22152.2 | 7 | 08/24/2023 |
7.0.0-preview.1.22076.8 | 10 | 05/18/2023 |
6.0.2 | 6 | 11/13/2024 |
6.0.2-mauipre.1.22102.15 | 13 | 05/19/2023 |
6.0.2-mauipre.1.22054.8 | 10 | 08/22/2023 |
6.0.1 | 14 | 06/09/2023 |
6.0.0 | 34 | 11/22/2021 |
6.0.0-rc.2.21480.5 | 9 | 08/26/2023 |
6.0.0-rc.1.21451.13 | 9 | 08/24/2023 |
6.0.0-preview.7.21377.19 | 16 | 09/13/2021 |
6.0.0-preview.6.21352.12 | 10 | 08/23/2023 |
6.0.0-preview.5.21301.5 | 9 | 08/27/2023 |
6.0.0-preview.4.21253.7 | 7 | 08/27/2023 |
6.0.0-preview.3.21201.4 | 10 | 08/24/2023 |
6.0.0-preview.2.21154.6 | 6 | 06/27/2024 |
6.0.0-preview.1.21102.12 | 21 | 08/24/2023 |
5.0.2 | 23 | 09/10/2021 |
5.0.1 | 12 | 02/11/2021 |
5.0.0 | 52 | 01/17/2021 |
5.0.0-rc.2.20475.5 | 7 | 08/24/2023 |
5.0.0-rc.1.20451.14 | 11 | 08/27/2023 |
5.0.0-preview.8.20407.11 | 7 | 08/24/2023 |
5.0.0-preview.7.20364.11 | 9 | 08/21/2023 |
5.0.0-preview.6.20305.6 | 7 | 05/14/2023 |
5.0.0-preview.5.20278.1 | 10 | 08/26/2023 |
5.0.0-preview.4.20251.6 | 25 | 08/23/2023 |
5.0.0-preview.3.20215.2 | 12 | 05/17/2023 |
5.0.0-preview.2.20160.3 | 10 | 05/18/2023 |
5.0.0-preview.1.20120.4 | 9 | 08/23/2023 |
3.1.32 | 10 | 06/12/2023 |
3.1.31 | 8 | 06/11/2023 |
3.1.30 | 11 | 06/11/2023 |
3.1.29 | 8 | 05/19/2023 |
3.1.28 | 13 | 06/11/2023 |
3.1.27 | 7 | 05/13/2023 |
3.1.26 | 13 | 05/18/2023 |
3.1.25 | 7 | 06/11/2023 |
3.1.24 | 20 | 05/16/2023 |
3.1.23 | 20 | 05/28/2023 |
3.1.22 | 9 | 05/17/2023 |
3.1.21 | 8 | 06/11/2023 |
3.1.20 | 7 | 06/12/2023 |
3.1.19 | 7 | 06/10/2023 |
3.1.18 | 15 | 06/12/2023 |
3.1.17 | 18 | 06/11/2023 |
3.1.16 | 49 | 06/12/2023 |
3.1.15 | 11 | 06/11/2023 |
3.1.14 | 67 | 07/08/2021 |
3.1.13 | 10 | 06/11/2023 |
3.1.12 | 10 | 06/11/2023 |
3.1.11 | 19 | 09/03/2022 |
3.1.10 | 8 | 07/18/2022 |
3.1.9 | 37 | 06/09/2023 |
3.1.8 | 10 | 09/14/2020 |
3.1.7 | 7 | 06/10/2023 |
3.1.6 | 15 | 05/13/2023 |
3.1.5 | 61 | 06/13/2020 |
3.1.4 | 16 | 01/13/2021 |
3.1.3 | 8 | 05/18/2023 |
3.1.2 | 12 | 02/11/2021 |
3.1.1 | 50 | 07/18/2022 |
3.1.0 | 12 | 04/26/2020 |
3.1.0-preview3.19553.2 | 6 | 05/18/2023 |
3.1.0-preview2.19525.4 | 11 | 08/23/2023 |
3.1.0-preview1.19506.1 | 10 | 08/23/2023 |
3.0.3 | 22 | 03/20/2023 |
3.0.2 | 14 | 06/09/2023 |
3.0.1 | 10 | 12/07/2023 |
3.0.0 | 35 | 12/30/2020 |
3.0.0-rc1.19456.10 | 7 | 05/13/2023 |
3.0.0-preview9.19423.4 | 8 | 08/24/2023 |
3.0.0-preview8.19405.4 | 7 | 05/13/2023 |
3.0.0-preview7.19362.4 | 11 | 08/24/2023 |
3.0.0-preview6.19304.6 | 9 | 08/27/2023 |
3.0.0-preview5.19227.9 | 5 | 05/12/2023 |
3.0.0-preview4.19216.2 | 41 | 08/22/2023 |
3.0.0-preview3.19153.1 | 33 | 05/19/2023 |
3.0.0-preview.19074.2 | 9 | 05/13/2023 |
3.0.0-preview.18572.1 | 10 | 08/22/2023 |
2.2.0 | 26 | 06/13/2020 |
2.2.0-preview3-35497 | 11 | 08/23/2023 |
2.2.0-preview2-35157 | 6 | 08/27/2023 |
2.2.0-preview1-35029 | 45 | 05/28/2023 |
2.1.1 | 29 | 09/20/2021 |
2.1.0 | 17 | 01/29/2020 |
2.1.0-rc1-final | 11 | 06/10/2023 |
2.1.0-preview2-final | 10 | 05/13/2023 |
2.1.0-preview1-final | 12 | 06/10/2023 |
2.0.0 | 55 | 11/29/2019 |
2.0.0-preview2-final | 8 | 06/10/2023 |
2.0.0-preview1-final | 20 | 06/09/2023 |
1.1.1 | 17 | 11/25/2019 |
1.1.0 | 51 | 11/25/2019 |
1.1.0-preview1-final | 7 | 06/10/2023 |
1.0.2 | 27 | 11/25/2019 |
1.0.1 | 11 | 06/10/2023 |
1.0.0 | 9 | 06/10/2023 |
1.0.0-rc2-final | 10 | 06/09/2023 |
1.0.0-rc1-final | 9 | 06/10/2023 |