Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C#: Fix csproj not synced on file move/removal from FS dock
When NormalizePath was called with an absolute path (with drive letter) on Windows, it would prepend a file path separator to the path, e.g.: '\C:\Program Files\'. Apparently this was still accepted as a valid path by DotNetGlob and it stopped working when we switched to MSBuildGlob. (cherry picked from commit 1db0395)
- Loading branch information