DotNetAnalyzers / StyleCopAnalyzers

An implementation of StyleCop rules using the .NET Compiler Platform
MIT License
2.61k stars 506 forks source link

SA1649 code fix (rename file) copies linked files into all referencing projects #3866

Open bjornhellander opened 6 days ago

bjornhellander commented 6 days ago

Same situation as in #1665, but with files being linked between projects instead of imported from a shared project. Instead of a link, you end up with a copy after applying the fix.

Filed this separately since this case seems much easier to fix.

bjornhellander commented 3 days ago

Same root cause as in #1665.