Skip to content

VSTHRD110: Warn for asynchronous method not awaited #233

@sharwell

Description

@sharwell

Compiler warning CS4014 is only reported if the callee is marked with the async modifier (dotnet/roslyn#20782). It would be helpful if an analyzer expanded the analysis to cover cases where the method does not have this modifier (e.g. pass-through asynchronous methods).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions