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

Fix Task.WaitAsync bug #100

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Conversation

sbeca
Copy link
Contributor

@sbeca sbeca commented Nov 7, 2023

Small PR that adds doc comments to some existing extension methods that were missing doc comments before, and expands the tests for the methods where doc comments were added.

Doc comments and tests were taken from .NET source and slightly modified to fit this repo.

After adding the tests for Task.WaitAsync, it became clear that Polyfill's implementation differed in logic slightly from the .NET implementation as some of the tests I copied from the .NET source failed when run in Polyfill's test suite. So I updated the Polyfill Task.WaitAsync implementation to act more like the .NET implementation.

@SimonCropp SimonCropp changed the title Add more docs and tests Fix Task.WaitAsync bug Nov 8, 2023
@SimonCropp SimonCropp added this to the 1.31.0 milestone Nov 8, 2023
@SimonCropp
Copy link
Owner

thanks. will deploy now

@SimonCropp SimonCropp merged commit fd4b85f into SimonCropp:main Nov 8, 2023
2 checks passed
@sbeca sbeca deleted the more-docs-and-tests branch November 8, 2023 06:33
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.

2 participants