We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing test here: https://github.com/skewwhiffy/NCrontab/blob/DayRangeIssue/NCrontab.Tests/CrontabScheduleTests.cs#L381
A day range like SAT-MON is treated as an inverted range 6-1, rather than SAT,SUN,MON.
#25 is probably linked: certainly disallowing such ranges would be better behaviour than treating it as an inverted range.
Happy to try and fix this, just let me know.
The text was updated successfully, but these errors were encountered:
Yes, #25 is the real issue/resolution so I'll close this and we can continue any discussion over at #25.
Sorry, something went wrong.
No branches or pull requests
Failing test here: https://github.com/skewwhiffy/NCrontab/blob/DayRangeIssue/NCrontab.Tests/CrontabScheduleTests.cs#L381
A day range like SAT-MON is treated as an inverted range 6-1, rather than SAT,SUN,MON.
#25 is probably linked: certainly disallowing such ranges would be better behaviour than treating it as an inverted range.
Happy to try and fix this, just let me know.
The text was updated successfully, but these errors were encountered: