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
This diagnostic is enabled, but its accuracy relies heavily on configuration files provided separately. The configuration for VSSDK types ships with the VSSDK analyzers, which are not yet enabled for the full Roslyn build.
VSTHRD010 (Invoke single-threaded types on Main thread)
VSTHRD200 (Use "Async" suffix for async methods)
VSTHRD103 (Call async methods when in an async method)
VSTHRD002 (Avoid problematic synchronous waits)
VSTHRD003 (Avoid awaiting foreign Tasks)
The text was updated successfully, but these errors were encountered:
We are not currently using this analyzer to its full extent since it
requires repository-specific configuration which is not yet provided for
Roslyn. Issue dotnet#29275 tracks configuring and enabling this analyzer.
From #28781:
The text was updated successfully, but these errors were encountered: