DotNetAnalyzers / PublicApiAnalyzer

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

Update test framework to support testing cross-document fixes #5

Closed sharwell closed 7 years ago

sharwell commented 8 years ago

Currently the test framework only supports texting code fixes where the fix is applied to the same document where the diagnostic is reported. The framework should be updated to support testing fixes (including incremental and fix all operations) which affect different and/or multiple documents (or additional documents) within the solution.

sharwell commented 7 years ago

Fixed by #15.