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
Investigate AssertIsTrueAnalyzer.cs line 33 after we enabled IDE0058 (use discard). It looks like a bug. I.e., the Check method is discarding the result, a Diagnostic.
The text was updated successfully, but these errors were encountered:
Investigate AssertIsTrueAnalyzer.cs line 33 after we enabled IDE0058 (use discard). It looks like a bug. I.e., the Check method is discarding the result, a Diagnostic.
The text was updated successfully, but these errors were encountered: