FluentScheduler 3.1.42

There is a newer version of this package available.
See the version list below for details.
dotnet add package FluentScheduler --version 3.1.42
NuGet\Install-Package FluentScheduler -Version 3.1.42
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FluentScheduler" Version="3.1.42" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FluentScheduler --version 3.1.42
#r "nuget: FluentScheduler, 3.1.42"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FluentScheduler as a Cake Addin
#addin nuget:?package=FluentScheduler&version=3.1.42

// Install FluentScheduler as a Cake Tool
#tool nuget:?package=FluentScheduler&version=3.1.42

A task scheduler that uses fluent interface to configure schedules. Useful for running cron jobs/automated tasks from your application.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (38)

Showing the top 5 NuGet packages that depend on FluentScheduler:

Package Downloads
Mall3s.ServiceFabric

Package Description

uIntra

Uintra - An open source and lightweight framework for making an Extranet, Intranet or client portal based on Umbraco.

BLT.ServiceFabric

Package Description

Bailun.AbpCore.WorkerService

Package Description

FrontLookCoreLibraryAssembly

This package adds an asp.net core class library!

GitHub repositories (7)

Showing the top 5 popular GitHub repositories that depend on FluentScheduler:

Repository Stars
hey-hoho/ScheduleMasterCore
This is a distributed task management system base on .Net Core platform .
AElfProject/AElf
A scalable cloud computing blockchain 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.
mehtadone/CryptoGramBot
A simple telegram bot that sends your balance updates from coinigy, send trade notifications from Poloniex and Bittrex and creates you a trade export for your own spreadsheet magicary.
Version Downloads Last updated
5.5.1 2,025,721 9/20/2020
5.5.0 98,382 8/3/2020
5.4.0 68,747 7/20/2020
5.3.0 3,148,111 6/23/2017
5.2.1 29,617 5/19/2017
5.2.0 6,318 5/13/2017
5.1.4 65,756 3/9/2017
5.1.3 121,004 1/3/2017
5.1.2 25,894 12/20/2016
5.1.0 26,542 11/5/2016
5.0.0 82,622 7/20/2016
4.1.2 6,262 7/7/2016
4.1.1 22,926 6/4/2016
4.1.0 16,974 5/13/2016
4.0.1 6,834 4/17/2016
4.0.0 7,788 3/20/2016
3.1.46 131,584 9/16/2015
3.1.45 150,726 9/24/2014
3.1.44 114,055 6/11/2014
3.1.43 2,403 6/11/2014
3.1.42 23,235 11/20/2013
3.0.41 2,645 11/14/2013
2.1.40 2,529 11/12/2013
2.0.39 8,597 9/10/2013
2.0.37 2,525 9/9/2013
1.1.36 11,227 5/24/2013
1.1.32 6,285 2/25/2013
1.1.31 2,482 2/19/2013
1.1.30 4,847 12/12/2012
1.1.29 2,914 12/3/2012
1.1.28 2,577 12/2/2012
1.0.24 2,788 11/25/2012
1.0.23 2,546 11/25/2012
1.0.21 2,811 11/22/2012
1.0.7 9,783 11/2/2011
1.0.6 3,066 6/1/2011
1.0.5 3,207 2/27/2011
1.0.4 3,817 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