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
CancellationTokenSourceFactory() is not a CancellationTokenSource factory. It's a CancellationToken factory and should therefore be called CancellationTokenFactory.
Steps to Reproduce
n/a
Platform with bug
WPF
Affected platforms
Windows
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Description
CancellationTokenSourceFactory() is not a
CancellationTokenSource
factory. It's aCancellationToken
factory and should therefore be calledCancellationTokenFactory
.Steps to Reproduce
n/a
Platform with bug
WPF
Affected platforms
Windows
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: