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 two issues are regarding distinct analyzers. I wouldn't know till fixing it whether there is common code behind each analyzer such that fixing one will implicitly fix the other.
Bug description
When an async method's result is returned with
??
operator, VSTHRD110 claims the result isn't returned or awaited.Repro steps
Expected behavior
No warning.
Actual behavior
A warning.
The text was updated successfully, but these errors were encountered: