NCrontab-Advanced
NCrontab-Advanced copied to clipboard
Cron string parser for .NET
Hello as i don't see any commits since a year and last release even older, is it still a maintained project ? or is there any news one forking that...
In the `tr-TR` culture, the letter `i` is capitalized as `İ`. This causes a problem when using `Fri` as a day of week value. Since this library only accepts English...
This PR adds a new set of methods `GetPreviousOccurrence` for getting the previous occurrence of a cron. Updated version of old PR https://github.com/jcoutch/NCrontab-Advanced/pull/21
This kind of formulas are not parsed with the function CrontabSchedule.TryParse 💯 0 10 */2 ? * * The response is null but the cron formula is valid as :...
This PR will generate the assembly attributes from csproj. Additionally i have removed properties, witch will be equal to the default values.
This will add [source link](https://github.com/dotnet/sourcelink) to the generated package.
The [nuget package that is currently on nuget.org](https://www.nuget.org/packages/NCrontab.Advanced/1.3.15) doesn't have the project url, license url and other properties set. (I found this putting together some stuff to track license dependencies...
New DateTime should keep `Kind` of original value
if `newValue` is already bigger than `End` then `IsMatch` will never return `true` so we iterate until `max`.