FluentScheduler 3.1.44
See the version list below for details.
dotnet add package FluentScheduler --version 3.1.44
NuGet\Install-Package FluentScheduler -Version 3.1.44
<PackageReference Include="FluentScheduler" Version="3.1.44" />
paket add FluentScheduler --version 3.1.44
#r "nuget: FluentScheduler, 3.1.44"
// Install FluentScheduler as a Cake Addin #addin nuget:?package=FluentScheduler&version=3.1.44 // Install FluentScheduler as a Cake Tool #tool nuget:?package=FluentScheduler&version=3.1.44
A task scheduler that uses fluent interface to configure schedules. Useful for running cron jobs/automated tasks from your application.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (42)
Showing the top 5 NuGet packages that depend on FluentScheduler:
Package | Downloads |
---|---|
BLT.ServiceFabric
Package Description |
|
Mall3s.ServiceFabric
Package Description |
|
uIntra
Uintra - An open source and lightweight framework for making an Extranet, Intranet or client portal based on Umbraco. |
|
FrontLookCoreLibraryAssembly
This package adds an asp.net core class library! |
|
Bailun.AbpCore.WorkerService
Package Description |
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on FluentScheduler:
Repository | Stars |
---|---|
AElfProject/AElf
An AI-enhanced cloud-native layer-1 blockchain network.
|
|
hey-hoho/ScheduleMasterCore
This is a distributed task management system base on .Net Core platform .
|
|
weibaohui/blazork8s
manage k8s using c# blazor enhance by chatgpt ,try something new !使用blazor技术开发的内置OpenAI GPT的k8s 管理界面
|
|
Adoxio/xRM-Portals-Community-Edition
The definitive edition of Microsoft Open Source Portals, supported by the experts in portals.
|
|
DigitalPlatform/dp2
Integrated Library System / 图书馆集成系统
|
Version | Downloads | Last updated |
---|---|---|
5.5.1 | 3,284,014 | 9/20/2020 |
5.5.0 | 99,469 | 8/3/2020 |
5.4.0 | 93,336 | 7/20/2020 |
5.3.0 | 3,506,706 | 6/23/2017 |
5.2.1 | 31,707 | 5/19/2017 |
5.2.0 | 6,574 | 5/13/2017 |
5.1.4 | 68,153 | 3/9/2017 |
5.1.3 | 130,815 | 1/3/2017 |
5.1.2 | 27,364 | 12/20/2016 |
5.1.0 | 28,374 | 11/5/2016 |
5.0.0 | 89,056 | 7/20/2016 |
4.1.2 | 6,979 | 7/7/2016 |
4.1.1 | 25,620 | 6/4/2016 |
4.1.0 | 17,333 | 5/13/2016 |
4.0.1 | 7,601 | 4/17/2016 |
4.0.0 | 8,192 | 3/20/2016 |
3.1.46 | 141,804 | 9/16/2015 |
3.1.45 | 164,822 | 9/24/2014 |
3.1.44 | 122,722 | 6/11/2014 |
3.1.43 | 2,574 | 6/11/2014 |
3.1.42 | 23,936 | 11/20/2013 |
3.0.41 | 2,819 | 11/14/2013 |
2.1.40 | 2,710 | 11/12/2013 |
2.0.39 | 8,847 | 9/10/2013 |
2.0.37 | 2,697 | 9/9/2013 |
1.1.36 | 14,255 | 5/24/2013 |
1.1.32 | 6,440 | 2/25/2013 |
1.1.31 | 2,649 | 2/19/2013 |
1.1.30 | 5,062 | 12/12/2012 |
1.1.29 | 3,091 | 12/3/2012 |
1.1.28 | 2,752 | 12/2/2012 |
1.0.24 | 2,947 | 11/25/2012 |
1.0.23 | 2,738 | 11/25/2012 |
1.0.21 | 2,975 | 11/22/2012 |
1.0.7 | 10,291 | 11/2/2011 |
1.0.6 | 3,257 | 6/1/2011 |
1.0.5 | 3,362 | 2/27/2011 |
1.0.4 | 4,162 | 1/21/2011 |
v3.0 Changes:
* Add schedule information to UnobservedTaskException event
v2.0 Changes:
* Strongly named assembly
* TaskManager.TaskFactory replaces Registry.GetTaskInstance() method
* Allow basic continuations with schedules
* Remove task by name