dotnet / roslyn-analyzers

MIT License
1.58k stars 463 forks source link

Switch PublicApiAnalyzer to "RegisterAdditionalFileAction" available in Microsoft.CodeAnalysis "3.8.x" to report additional file diagnostics. #3918

Open mavasani opened 4 years ago

mavasani commented 4 years ago

Switch to "RegisterAdditionalFileAction" available in Microsoft.CodeAnalysis "3.8.x" to report additional file diagnostics.

❔ File an issue for this?

_Originally posted by @sharwell in https://github.com/dotnet/roslyn-analyzers/pull/3916#discussion_r461742055_

Youssef1313 commented 2 years ago

This can be conditionally done with https://github.com/dotnet/roslyn-analyzers/issues/5816