Info
Version: | 0.2.1 |
Author(s): | Rune Gulbrandsen |
Last Update: | Thursday, May 7, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dozer75/CronScheduler |
NuGet Url: | https://www.nuget.org/packages/Foralla.Scheduler |
Install
Install-Package Foralla.Scheduler
dotnet add package Foralla.Scheduler
paket add Foralla.Scheduler
Foralla.Scheduler Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Foralla.Scheduler.Abstractions(>= 0.2.1)
- Cronos(>= 0.7.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.3)
- Microsoft.Extensions.Hosting(>= 3.1.3)
- Microsoft.Extensions.Options(>= 3.1.3)
- Foralla.Scheduler.Abstractions(>= 0.2.1)
- Cronos(>= 0.7.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.3)
- Microsoft.Extensions.Hosting(>= 3.1.3)
- Microsoft.Extensions.Options(>= 3.1.3)
The base implementation supports Cron expressions, but can be easily extended to support other types of scheduler configurations.