You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
- Several tests were disposing the Timer before the callback with Asserts could be invoked, such that the tests were nops rather than validating what they were trying to validate.
- Several tests were modifying shared state without synchronization; very unlikely to have caused a problem, but better safe than sorry.
- One test had a race condition that could have resulted in a NullReferenceException, with a callback that attempted to access a captured local before it was initialized.
- Several tests were susceptible to the Timer being tested getting finalized in release builds, which would cause the test to fail
0 commit comments