Figure out whether project system should be using ConfigureAwait(true/false) on its await calls #6770
Labels
0 - Backlog
help wanted
The issue is "up for grabs" - add a comment if you are interested in working on it
Milestone
We've currently suppress all usages of RS0003 in the project system code:
We should review all instances of the suppressed values and figure out if we want
ConfigureAwait(true)
orConfigureAwait(false)
.The text was updated successfully, but these errors were encountered: