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

Merged
merged 2 commits into from
Nov 6, 2024
Merged

Potential fix for #141 #142

merged 2 commits into from
Nov 6, 2024

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
@CraigHawker CraigHawker merged commit 6099419 into master Nov 6, 2024
2 checks passed
@CraigHawker CraigHawker deleted the issue-141 branch November 6, 2024 17:16
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