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

Update SA1649CodeFixProvider to fix problems related to linked files #3862

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 2, 2024

  1. Update SA1649CodeFixProvider to first remove the file in other projec…

    …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
    bjornhellander committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    282c5e1 View commit details
    Browse the repository at this point in the history