Cronos
Cronos copied to clipboard
fix: Cronos#82 CheckForOverflowUnderflow exception
fix OverflowException when <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
Day of month never exceeds the int limit, so it doesn't overflow. unchecked keyword is ok.
Hi @joesdu, the full fix for this problem is landed in https://github.com/HangfireIO/Cronos/commit/99fe61e3a72ac08ae284fa5163667b1fe71ed687, so I'm closing this PR.