DotNetAnalyzers / PublicApiAnalyzer

Superseded by Microsoft.CodeAnalysis.PublicApiAnalyzers
https://www.nuget.org/packages/Microsoft.CodeAnalysis.PublicApiAnalyzers/
Other
18 stars 9 forks source link

Update code fix to support adding documents #4

Open sharwell opened 8 years ago

sharwell commented 8 years ago

Currently the analyzer is disabled when either public API document is missing from the AdditionalFiles collection. In this situation, the analyzer should treat the file as empty, and the code fix should automatically add the files to the project in cases where the file should no longer be empty.

sharwell commented 8 years ago

Blocked on #3.

sharwell commented 7 years ago

Now blocked on dotnet/roslyn#4655.