Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bjornhellander opened this issue Jun 29, 2024 · 1 comment

Comments

@bjornhellander
Copy link
Contributor

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
Copy link
Contributor Author

Same root cause as in #1665.

bjornhellander added a commit to bjornhellander/StyleCopAnalyzers that referenced this issue Jul 2, 2024
…ts which reference the same file before adding them there (to not end up with two identical files in those projects) and also to re-add files with correct path (to not get a copy where there was a link before)

DotNetAnalyzers#1693 DotNetAnalyzers#3866
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant