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

Check CancellationToken before TimeSpan in TimeProviderTaskExtensions #107009

Merged
merged 3 commits into from
Sep 5, 2024

Commits on Aug 27, 2024

  1. Check CancellationToken before TimeSpan.Zero in TimeProviderTaskExten…

    …sions
    
    This makes the down-level behavior for Delay and WaitAsync match the
    behavior in .NET 8 and later, prefering to return a Canceled task over
    a Completed task or TimeoutException when the TimeSpan is Zero and the
    CancellationToken is already Canceled.
    
    Fixes dotnet#106996
    brantburnett committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4acbd6e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    75ca16b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da0c947 View commit details
    Browse the repository at this point in the history