Closed CyrusNajmabadi closed 5 years ago
Merging #35 into master will decrease coverage by
0.08%
. The diff coverage is73.91%
.
@@ Coverage Diff @@
## master #35 +/- ##
==========================================
- Coverage 83.41% 83.32% -0.09%
==========================================
Files 21 21
Lines 2586 2609 +23
Branches 193 197 +4
==========================================
+ Hits 2157 2174 +17
- Misses 349 353 +4
- Partials 80 82 +2
Closing in favor of https://github.com/dotnet/roslyn-analyzers/pull/2098
@CyrusNajmabadi The implementation in roslyn-analyzers is not generally usable outside of dotnet/roslyn. Most consumers of the public API analyzer use the implementation in this repository.
Fixes https://github.com/DotNetAnalyzers/PublicApiAnalyzer/issues/34