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
Per dotnet/runtime#68353, not respecting cancellation token has performance impact. The testing should assert that cancelling will happen in a timely manner.
The text was updated successfully, but these errors were encountered:
There is no straightforward way to test this on CI virtual machines with a wide variety of performance characteristics. In general, it seems analyzers are a better way to handle this.
Per dotnet/runtime#68353, not respecting cancellation token has performance impact. The testing should assert that cancelling will happen in a timely manner.
The text was updated successfully, but these errors were encountered: