Property | Value |
---|---|
Id | RCS1090 |
Category | Design |
Severity | None |
public async Task FooAsync()
{
await GetValueAsync(); // RCS1090
}
public async Task FooAsync()
{
await GetValueAsync().ConfigureAwait(false);
}
roslynator.RCS1090.invert = true
(Generated with DotMarkdown)