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
Use a stronger session ID for editors than the process ID
In Visual Studio in particular, the build process can be performed by multiple processes simultaneously, yet they all share the same session identifier. Rider has a similar mechanism. Use that to signal the product-wide analyzer status, so that we reduce the chances of getting duplicate reports.
0 commit comments