Skip to content
New issue

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

Potential fix for #141 #142

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Potential fix for #141 #142

wants to merge 2 commits into from

Conversation

CraigHawker
Copy link
Collaborator

I had a similar exception when testing the changes in the release that seems to be causing the issue. At that time a LINQ "where" clause both checked that the datetimeoffset had a value, and checked that the value was not a minimum datetime. Splitting that check into two (one where for the value, one for the value check) resolved the issue at the time.

This branch applies the same logic to the top-level Schedule call.

As I cannot yet reproduce the issue this is a stab in the dark.

@CraigHawker CraigHawker linked an issue Oct 27, 2024 that may be closed by this pull request
@CraigHawker CraigHawker marked this pull request as ready for review October 29, 2024 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configuration issue introduced in v24.10.73
1 participant