Microsoft.Extensions.Hosting.Abstractions
9.0.0-preview.1.24080.9
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Extensions.Hosting.Abstractions --version 9.0.0-preview.1.24080.9
NuGet\Install-Package Microsoft.Extensions.Hosting.Abstractions -Version 9.0.0-preview.1.24080.9
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0-preview.1.24080.9" />
paket add Microsoft.Extensions.Hosting.Abstractions --version 9.0.0-preview.1.24080.9
#r "nuget: Microsoft.Extensions.Hosting.Abstractions, 9.0.0-preview.1.24080.9"
// Install Microsoft.Extensions.Hosting.Abstractions as a Cake Addin #addin nuget:?package=Microsoft.Extensions.Hosting.Abstractions&version=9.0.0-preview.1.24080.9&prerelease // Install Microsoft.Extensions.Hosting.Abstractions as a Cake Tool #tool nuget:?package=Microsoft.Extensions.Hosting.Abstractions&version=9.0.0-preview.1.24080.9&prerelease
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
BackgroundService
base class and theIHostedService
interface 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.BackgroundService
Microsoft.Extensions.Hosting.IHostBuilder
Microsoft.Extensions.Hosting.IHostedService
Additional Documentation
- Conceptual documentation
- API documentation
Related Packages
Microsoft.Extensions.Hosting
Microsoft.Extensions.Configuration.Abstractions
Microsoft.Extensions.DependencyInjection.Abstractions
Microsoft.Extensions.Diagnostics.Abstractions
Microsoft.Extensions.FileProviders.Abstractions
Microsoft.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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.Diagnostics.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.FileProviders.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-preview.1.24080.9)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.Diagnostics.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.FileProviders.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-preview.1.24080.9)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.1
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.Diagnostics.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.FileProviders.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-preview.1.24080.9)
-
net8.0
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.Diagnostics.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.FileProviders.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-preview.1.24080.9)
-
net9.0
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.Diagnostics.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.FileProviders.Abstractions (>= 9.0.0-preview.1.24080.9)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-preview.1.24080.9)
NuGet packages (3.5K)
Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Hosting.Abstractions:
Package | 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 |
|
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications. |
|
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/c70204ae3c91d2b48fa6d9b92b62265f368421b4 |
|
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 |
|
Microsoft.Extensions.Diagnostics.HealthChecks
Components for performing health checks in .NET applications Commonly Used Types: Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService Microsoft.Extensions.Diagnostics.HealthChecks.IHealthChecksBuilder This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c70204ae3c91d2b48fa6d9b92b62265f368421b4 |
GitHub repositories (261)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Extensions.Hosting.Abstractions:
Repository | Stars |
---|---|
jellyfin/jellyfin
The Free Software Media System
|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
chocolatey/choco
Chocolatey - the package manager for Windows
|
|
HangfireIO/Hangfire
An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
|
Version | Downloads | Last updated | |
---|---|---|---|
9.0.0-rc.2.24473.5 | 41,482 | 10/8/2024 | |
9.0.0-rc.1.24431.7 | 78,267 | 9/10/2024 | |
9.0.0-preview.7.24405.7 | 29,847 | 8/13/2024 | |
9.0.0-preview.6.24327.7 | 56,625 | 7/9/2024 | |
9.0.0-preview.5.24306.7 | 31,499 | 6/11/2024 | |
9.0.0-preview.4.24266.19 | 37,287 | 5/21/2024 | |
9.0.0-preview.3.24172.9 | 116,095 | 4/11/2024 | |
9.0.0-preview.2.24128.5 | 52,519 | 3/12/2024 | |
9.0.0-preview.1.24080.9 | 48,426 | 2/13/2024 | |
8.0.1 | 2,687,220 | 10/8/2024 | |
8.0.0 | 121,814,355 | 11/14/2023 | |
8.0.0-rc.2.23479.6 | 799,795 | 10/10/2023 | |
8.0.0-rc.1.23419.4 | 183,691 | 9/12/2023 | |
8.0.0-preview.7.23375.6 | 270,544 | 8/8/2023 | |
8.0.0-preview.6.23329.7 | 80,026 | 7/11/2023 | |
8.0.0-preview.5.23280.8 | 85,275 | 6/13/2023 | |
8.0.0-preview.4.23259.5 | 248,699 | 5/16/2023 | |
8.0.0-preview.3.23174.8 | 109,329 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 121,922 | 3/14/2023 | |
8.0.0-preview.1.23110.8 | 111,328 | 2/21/2023 | |
7.0.0 | 129,624,183 | 11/7/2022 | |
7.0.0-rc.2.22472.3 | 159,019 | 10/11/2022 | |
7.0.0-rc.1.22426.10 | 93,056 | 9/14/2022 | |
7.0.0-preview.7.22375.6 | 60,848 | 8/9/2022 | |
7.0.0-preview.6.22324.4 | 71,991 | 7/12/2022 | |
7.0.0-preview.5.22301.12 | 46,099 | 6/14/2022 | |
7.0.0-preview.4.22229.4 | 48,207 | 5/10/2022 | |
7.0.0-preview.3.22175.4 | 44,964 | 4/13/2022 | |
7.0.0-preview.2.22152.2 | 23,449 | 3/14/2022 | |
7.0.0-preview.1.22076.8 | 35,086 | 2/17/2022 | |
6.0.0 | 293,631,065 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 1,158,700 | 10/12/2021 | |
6.0.0-rc.1.21451.13 | 280,499 | 9/14/2021 | |
6.0.0-preview.7.21377.19 | 175,162 | 8/10/2021 | |
6.0.0-preview.6.21352.12 | 54,584 | 7/14/2021 | |
6.0.0-preview.5.21301.5 | 57,071 | 6/15/2021 | |
6.0.0-preview.4.21253.7 | 35,984 | 5/24/2021 | |
6.0.0-preview.3.21201.4 | 51,990 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 68,269 | 3/11/2021 | |
6.0.0-preview.1.21102.12 | 48,190 | 2/12/2021 | |
5.0.0 | 182,530,239 | 11/9/2020 | |
5.0.0-rc.2.20475.5 | 100,085 | 10/13/2020 | |
5.0.0-rc.1.20451.14 | 104,447 | 9/14/2020 | |
5.0.0-preview.8.20407.11 | 54,300 | 8/25/2020 | |
5.0.0-preview.7.20364.11 | 31,127 | 7/21/2020 | |
5.0.0-preview.6.20305.6 | 66,482 | 6/25/2020 | |
5.0.0-preview.5.20278.1 | 14,492 | 6/10/2020 | |
5.0.0-preview.4.20251.6 | 33,256 | 5/18/2020 | |
5.0.0-preview.3.20215.2 | 16,376 | 4/23/2020 | |
5.0.0-preview.2.20160.3 | 54,977 | 4/2/2020 | |
5.0.0-preview.1.20120.4 | 18,342 | 3/16/2020 | |
3.1.32 | 9,358,975 | 12/13/2022 | |
3.1.31 | 1,099,547 | 11/8/2022 | |
3.1.30 | 1,282,998 | 10/11/2022 | |
3.1.29 | 452,901 | 9/13/2022 | |
3.1.28 | 4,079,964 | 8/9/2022 | |
3.1.27 | 514,158 | 7/12/2022 | |
3.1.26 | 446,197 | 6/14/2022 | |
3.1.25 | 694,247 | 5/10/2022 | |
3.1.24 | 2,171,944 | 4/11/2022 | |
3.1.23 | 1,629,680 | 3/8/2022 | |
3.1.22 | 4,041,710 | 12/14/2021 | |
3.1.21 | 2,384,022 | 11/7/2021 | |
3.1.20 | 1,333,380 | 10/11/2021 | |
3.1.19 | 1,268,837 | 9/14/2021 | |
3.1.18 | 25,127,504 | 8/10/2021 | |
3.1.17 | 2,712,810 | 7/13/2021 | |
3.1.16 | 3,140,462 | 6/8/2021 | |
3.1.15 | 3,231,081 | 5/11/2021 | |
3.1.14 | 3,607,922 | 4/6/2021 | |
3.1.13 | 3,784,173 | 3/9/2021 | |
3.1.12 | 4,304,544 | 2/9/2021 | |
3.1.11 | 9,418,231 | 1/12/2021 | |
3.1.10 | 9,979,718 | 11/9/2020 | |
3.1.9 | 11,898,161 | 10/13/2020 | |
3.1.8 | 205,715,274 | 9/8/2020 | |
3.1.7 | 10,668,258 | 8/11/2020 | |
3.1.6 | 17,543,866 | 7/14/2020 | |
3.1.5 | 17,296,211 | 6/9/2020 | |
3.1.4 | 11,366,907 | 5/12/2020 | |
3.1.3 | 38,118,406 | 3/24/2020 | |
3.1.2 | 16,595,445 | 2/18/2020 | |
3.1.1 | 10,303,428 | 1/14/2020 | |
3.1.0 | 31,621,741 | 12/3/2019 | |
3.1.0-preview3.19553.2 | 26,879 | 11/13/2019 | |
3.1.0-preview2.19525.4 | 6,670 | 11/1/2019 | |
3.1.0-preview1.19506.1 | 11,689 | 10/15/2019 | |
3.0.3 | 433,977 | 2/18/2020 | |
3.0.2 | 762,316 | 1/14/2020 | |
3.0.1 | 1,504,183 | 11/18/2019 | |
3.0.0 | 55,223,603 | 9/23/2019 | |
3.0.0-rc1.19456.10 | 29,655 | 9/16/2019 | |
3.0.0-preview9.19423.4 | 34,444 | 9/4/2019 | |
3.0.0-preview8.19405.4 | 111,511 | 8/13/2019 | |
3.0.0-preview7.19362.4 | 54,688 | 7/23/2019 | |
3.0.0-preview6.19304.6 | 141,801 | 6/12/2019 | |
3.0.0-preview5.19227.9 | 187,874 | 5/6/2019 | |
3.0.0-preview4.19216.2 | 9,642 | 4/18/2019 | |
3.0.0-preview3.19153.1 | 137,463 | 3/6/2019 | |
3.0.0-preview.19074.2 | 4,318 | 1/29/2019 | |
3.0.0-preview.18572.1 | 10,125 | 12/4/2018 | |
2.2.0 | 480,875,799 | 12/3/2018 | |
2.2.0-preview3-35497 | 298,097 | 10/17/2018 | |
2.2.0-preview2-35157 | 361,111 | 9/12/2018 | |
2.2.0-preview1-35029 | 112,064 | 8/22/2018 | |
2.1.1 | 271,607,405 | 6/18/2018 | |
2.1.0 | 324,676,492 | 5/29/2018 | |
2.1.0-rc1-final | 385,326 | 5/6/2018 | |
2.1.0-preview2-final | 651,874 | 4/10/2018 | |
2.1.0-preview1-final | 561,292 | 2/26/2018 | |
2.0.3 | 17,774,013 | 5/7/2018 | |
2.0.2 | 20,131,161 | 3/13/2018 | |
2.0.1 | 33,608,348 | 11/14/2017 | |
2.0.0 | 172,013,843 | 8/11/2017 | |
2.0.0-preview2-final | 154,369 | 6/28/2017 | |
2.0.0-preview1-final | 56,220 | 5/10/2017 |