-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SlnHierarchy: Properly handle directory separator. (#65)
Each iteration over a path segment added path separator before and after, yielding doubled path separator and tricking the hierarchy resolution into believing that all folders up to the drive letter are part of the solution. The logic in GetRootFolder is fixed, and the test updated so that this case is properly detected.
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters