Skip to content

Figure out whether project system should be using ConfigureAwait(true/false) on its await calls #124

@davkean

Description

@davkean

From @davkean on November 13, 2015 20:51

We've currently suppress all usages of RS0003 in the project system code:

Warning RS0003  Do not directly await a Task without calling ConfigureAwait

We should review all instances of the suppressed values and figure out if we want ConfigureAwait(true) or ConfigureAwait(false).

Copied from original issue: dotnet/roslyn#6770

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions