DotNetAnalyzers / StyleCopAnalyzers

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

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

Open bjornhellander opened 5 months ago

bjornhellander commented 5 months 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 4 months ago

Same root cause as in #1665.