dotnet/roslyn

Update diagnostics that refer to Task or Task<T> to include Task-like types

Open

#12,621 opened on Jul 19, 2016

View on GitHub
 (0 comments) (1 reaction) (0 assignees)C# (4,257 forks)batch import
Area-CompilersBugConcept-Diagnostic ClarityFeature - ValueTaskhelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (Avg merge 6d 17h) (256 merged PRs in 30d)

Description

Update diagnostics that refer to Task or Task<T> to include Task-like types.

ERR_BadAsyncReturnExpression
ERR_CantConvAsyncAnonFuncReturns
ERR_TaskRetNoObjectRequired
ERR_BadAsyncReturn
WRN_UnobservedAwaitableExpression_Description

Contributor guide