Microsoft.Extensions.Hosting.Abstractions 10.0.0-rc.2.25502.107
About
Contains abstractions to host user code in an application by encapsulating an application's resources and lifetime functionality including:
- Dependency injection (DI).
- Logging.
- Configuration.
- Starting, stopping and obtaining notifications.
This package is also used to wire up specific application models like ASP.NET Core that are built on top of hosting.
Key Features
- Provides the
BackgroundServicebase class and theIHostedServiceinterface for implementing worker services. - Provides interfaces used to configure and start\stop a host.
- Provides types to obtain environment settings such as an application name and paths.
How to Use
See the Conceptual documentation below for using BackgroundService and IHostedService to host worker services.
Main Types
The main types provided by this library are:
Microsoft.Extensions.Hosting.BackgroundServiceMicrosoft.Extensions.Hosting.IHostBuilderMicrosoft.Extensions.Hosting.IHostedService
Additional Documentation
- Conceptual documentation
- API documentation
Related Packages
Microsoft.Extensions.HostingMicrosoft.Extensions.Configuration.AbstractionsMicrosoft.Extensions.DependencyInjection.AbstractionsMicrosoft.Extensions.Diagnostics.AbstractionsMicrosoft.Extensions.FileProviders.AbstractionsMicrosoft.Extensions.Logging.Abstractions
Feedback & Contributing
Microsoft.Extensions.Hosting.Abstractions 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.Hosting.Abstractions.
| Packages | Downloads |
|---|---|
|
Microsoft.AspNetCore.Hosting.Abstractions
ASP.NET Core hosting and startup abstractions for web applications.
This package was built from the source code at https://github.com/aspnet/Hosting/tree/0724e6cde1149ee1a19bfec9c13a2c9327b71213
|
12 |
|
Microsoft.AspNetCore.DataProtection
ASP.NET Core logic to protect and unprotect data, similar to DPAPI.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ae1a6cbe225b99c0bf38b7e31bf60cb653b73a52
|
12 |
|
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/AspNetCore/tree/be0a4a7f4cf06cbd6ec714bd1d9afee6bdb040a8
|
11 |
|
Serilog.Extensions.Hosting
Serilog support for .NET Core logging in hosted services
|
9 |
|
Hangfire.NetCore
.NET Core's Worker Service host support for Hangfire, a background job framework for .NET applications.
|
9 |
|
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications.
When using NuGet 3.x this package requires at least version 3.4.
|
9 |
|
Elsa.Scheduling
Provides scheduling activities such as Timer, Delay and StartAt.
|
9 |
|
Elsa.Alterations.Core
Provides core interfaces, models and services that support the alteration engine.
|
9 |
|
Microsoft.AspNetCore.Hosting.Abstractions
ASP.NET Core hosting and startup abstractions for web applications.
|
8 |
|
DevExpress.ExpressApp.Dashboards.Blazor
The Dashboards module for XAF ASP.NET Core Blazor apps.
|
8 |
|
Elsa.EntityFrameworkCore
Provides Entity Framework Core implementations of various abstractions from various modules.
|
8 |
|
Elsa.EntityFrameworkCore.Common
Provides common Entity Framework Core types for implementing EF Core persistence of varipus ELsa modules.
|
8 |
|
Microsoft.AspNetCore.DataProtection
ASP.NET Core logic to protect and unprotect data, similar to DPAPI.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/8ca3954ca335343ce6dd1d14d8d1c6c3369710b7
|
8 |
|
Elsa.Workflows.Api
Provides API endpoints for client applications such as the Elsa Designer web component.
|
8 |
|
Microsoft.Extensions.Hosting
.NET Core hosting and startup infrastructures for applications.
|
8 |
https://go.microsoft.com/fwlink/?LinkID=799421
.NET Framework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.Diagnostics.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.FileProviders.Abstractions (>= 10.0.0-rc.2.25502.107)
- System.Threading.Tasks.Extensions (>= 4.6.3)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0-rc.2.25502.107)
.NET 10.0
- Microsoft.Extensions.Diagnostics.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.FileProviders.Abstractions (>= 10.0.0-rc.2.25502.107)
.NET Standard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.Diagnostics.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.FileProviders.Abstractions (>= 10.0.0-rc.2.25502.107)
- System.Threading.Tasks.Extensions (>= 4.6.3)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0-rc.2.25502.107)
.NET Standard 2.1
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.Diagnostics.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.FileProviders.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0-rc.2.25502.107)
.NET 9.0
- Microsoft.Extensions.FileProviders.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.Diagnostics.Abstractions (>= 10.0.0-rc.2.25502.107)
.NET 8.0
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.Diagnostics.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.FileProviders.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0-rc.2.25502.107)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0-rc.2.25502.107)