SergeyTeplyakov / ErrorProne.NET

Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)
MIT License
869 stars 43 forks source link

EPC14/15 do not appear to handle ValueTask properly. #280

Open onyxmaster opened 4 months ago

onyxmaster commented 4 months ago

Hello, Thank you for creating ErrorProne.NET.

Unfortunately when using ValueTasks, the ConfigureAwait(false) analyzer triggers even when ConfigureAwait(false) is, in fact, present.