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

Created a custom awaiter that guarantees that we complete on a different threadpool thread. #606

Commits on Dec 2, 2024

  1. Upgrade "Microsoft.NET.Test.Sdk" to 17.12.0 to remove Newtonsoft.Json…

    … and System.Net.Http versions that have been flagged as containing known high severity vulnerabilities.
    leeoades committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    246fb2f View commit details
    Browse the repository at this point in the history
  2. Created a custom awaiter that guarantees that we complete on a differ…

    …ent threadpool thread. Previously, an awaited Task had a non-zero chance of completing before it was awaited, in which case execution would continue on the same thread.
    leeoades committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    4941336 View commit details
    Browse the repository at this point in the history