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
The one I see for now is IOutputDevice.DisplayAsync. I think it's worth having CancellationToken parameter there as a breaking change in v2.
Then, internally, IServerTestHost.PushDataAsync will have cancellation token parameter as well which will be used in concrete implementation ServerTestHost.PushDataAsync instead of the concrete implementation retrieving ITestApplicationCancellationTokenSource from service provider.