Skip to content

SA1649 code fix does not remove files from linked projects #1693

Open
@sharwell

Description

@sharwell

When renaming a source file A.csB.cs, the code fix for SA1649 properly updates each project which previously included A.cs to now include B.cs. However, it only removes A.cs from the project which was the context for the rename operation.

During the rename, the original file needs to be removed from all projects which contained it.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions