We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSTHRD004 doesn't recognize the NoThrowAwaitable extension added in #1194.
await jtf.SwitchToMainThreadAsync(cancellationToken).NoThrowAwaitable();
No warning reported
VSTHRD004 reported
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Fix VSTHRD004 mis-fire on NoThrowAwaitable()
NoThrowAwaitable()
047a498
Fixes microsoft#1232
Update threading analyzers
d3f767a
See microsoft/vs-threading#1232
AArnott
Successfully merging a pull request may close this issue.
Bug description
VSTHRD004 doesn't recognize the NoThrowAwaitable extension added in #1194.
Repro steps
Expected behavior
No warning reported
Actual behavior
VSTHRD004 reported
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: