ResourceManagement
ResourceManagement copied to clipboard
Nuget Package for CRON Expressions
Try https://www.nuget.org/packages/CronExpressionDescriptor/ to convert between CRON expressions and a human-readable form.
GitHub repo: https://github.com/bradymholt/cron-expression-descriptor
Along with that, maybe https://www.nuget.org/packages/ncrontab to work with the cron expressions
Github: https://github.com/atifaziz/NCrontab
For generating the expressions https://www.nuget.org/packages/CronEspresso/ maybe that will help.
Probably be a good idea to build some api around those so they are easier to program against
I've added CronExpressionDescriptor and NCronTab to the Scheduling project. CronEspresso should probably be added as well, with a nice interface in front of it...
Should consider adding NCronTab.Advanced, it has everything that NCronTab has and then extra features. https://www.nuget.org/packages/NCrontab.Advanced/