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
Thank you for reporting. Looking at the report, I agree no warning should be produced here.
Until this is fixed (and we'd welcome a PR that includes a new test), you might be able to work around it by moving the content of your JTF.Run into its own async method. Then call that async method as the only step inside your JTF.Run.
Bug description
Callers to this method have warning VSTHRD010
Remove the calls to GetColor and no warnings.
Make GetColor a local function ( without ThreadHelper.ThrowIfNotOnUIThread() ) and no warnings
Expected behavior
No warnings
Actual behavior
warnings
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: