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
Fix net472 build: use TaskCompletionSource<bool> instead of non-generic TaskCompletionSource in test
The non-generic TaskCompletionSource doesn't exist in .NET Framework 4.7.2 /
.NET Standard 2.0. Use TaskCompletionSource<bool> for compatibility.
Co-authored-by: stephentoub <[email protected]>
0 commit comments