DotNetAnalyzers / AsyncUsageAnalyzers

Now superseded by Microsoft/vs-threading
https://github.com/Microsoft/vs-threading
Other
121 stars 18 forks source link

Treat ValueTask<TResult> as an asynchronous return type #70

Closed sharwell closed 6 years ago

sharwell commented 6 years ago

Fixes #68

codecov[bot] commented 6 years ago

Codecov Report

Merging #70 into master will increase coverage by 0.28%. The diff coverage is 89.77%.

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage   81.26%   81.54%   +0.28%     
==========================================
  Files          38       38              
  Lines        2856     2943      +87     
  Branches      184      188       +4     
==========================================
+ Hits         2321     2400      +79     
- Misses        440      444       +4     
- Partials       95       99       +4
Impacted Files Coverage Δ
...ncUsageAnalyzers/Helpers/MethodSymbolExtensions.cs 77.19% <0%> (-1.38%) :arrow_down:
...geAnalyzers.Test/Naming/UseAsyncSuffixUnitTests.cs 100% <100%> (ø) :arrow_up:
...Analyzers.Test/Naming/AvoidAsyncSuffixUnitTests.cs 100% <100%> (ø) :arrow_up:
...cUsageAnalyzers.Test/Helpers/MetadataReferences.cs 70.58% <58.33%> (-29.42%) :arrow_down:
...nalyzers.Test/Helpers/DiagnosticVerifier.Helper.cs 81.29% <75%> (-0.35%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b5fb2d7...ca7bcad. Read the comment docs.