DotNetAnalyzers / DocumentationAnalyzers

Analyzers for XML documentation
MIT License
35 stars 6 forks source link

[WIP] Initial implementation of inheritdoc support #64

Closed sharwell closed 3 years ago

sharwell commented 6 years ago

Quite a bit of work remaining here to handle edge cases:

Closes #16

codecov[bot] commented 6 years ago

Codecov Report

Merging #64 into master will increase coverage by 0.01%. The diff coverage is 82.54%.

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
+ Coverage   82.26%   82.28%   +0.01%     
==========================================
  Files          71       78       +7     
  Lines        6012     6435     +423     
  Branches      418      449      +31     
==========================================
+ Hits         4946     5295     +349     
- Misses        912      977      +65     
- Partials      154      163       +9
sharwell commented 3 years ago

Now that <inheritdoc> is supported directly by Visual Studio and Roslyn, I'm not sure this feature is needed.