Hello,
I haven't seen a migration guide between versions 5 and 6.
Some RunSpecifier seems to have deleted:
t.Every(1).Hours().At(option.Minute) => can be replaced with cron syntax
t.Every(1).Months().OnTheLastDay().At(option.Hour, 0) => I haven't found an alternative, except to filter in the execute.
Could we add a method to specify the behavior directly if you no longer want to include this in the lib?
compute => this._calculator.PeriodCalculations.Add((Func<DateTime, DateTime>) (last => compute(last)))
Hello,
I haven't seen a migration guide between versions 5 and 6.
Some RunSpecifier seems to have deleted:
t.Every(1).Hours().At(option.Minute)=> can be replaced with cron syntaxt.Every(1).Months().OnTheLastDay().At(option.Hour, 0)=> I haven't found an alternative, except to filter in the execute.Could we add a method to specify the behavior directly if you no longer want to include this in the lib?
compute => this._calculator.PeriodCalculations.Add((Func<DateTime, DateTime>) (last => compute(last)))