SimpleConcepts.Extensions.HostedTasks
0.1.0-alpha0008
This package provides extensions to define tasks that should be run at service startup/shutdown or in a recurring pattern.
The main difference from using `IHostApplicationLifetime` is that this package allows everything to be setup at configuration-time,
before the `IServiceProvider` is build, while the `IHostApplicationLifetime` would require you to either build the service provider multiple
times or to register the tasks after the services are configured.
This is a prerelease version of SimpleConcepts.Extensions.HostedTasks.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package SimpleConcepts.Extensions.HostedTasks -Version 0.1.0-alpha0008
dotnet add package SimpleConcepts.Extensions.HostedTasks --version 0.1.0-alpha0008
<PackageReference Include="SimpleConcepts.Extensions.HostedTasks" Version="0.1.0-alpha0008" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleConcepts.Extensions.HostedTasks --version 0.1.0-alpha0008
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SimpleConcepts.Extensions.HostedTasks, 0.1.0-alpha0008"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 3.1.0)
- Microsoft.Extensions.Options (>= 3.1.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.2 | 1,014 | 11/7/2020 |
1.0.2-alpha0003 | 136 | 11/7/2020 |
1.0.1 | 6,983 | 10/2/2020 |
1.0.0 | 135 | 10/2/2020 |
0.1.0-alpha0010 | 191 | 10/1/2020 |
0.1.0-alpha0008 | 188 | 10/1/2020 |
0.1.0-alpha0007 | 188 | 10/1/2020 |
0.1.0-alpha0006 | 190 | 10/1/2020 |