You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix building slnf with @ in the path
* use Path.GetFullPath(Path.Combine( )) instead of Path.GetFullPat(str1, str2) because it is not available for .net framework
* add more symbols to the test @, %, $
* normalize solution path in the slnf before combinening with directory path
* add escape param to FileUtilities.GetFulllPath
* be more specific in doc comment for FileUtilities.GetFullPath
* Clarify GetFullPath escape behavior
* Add comment to preserve special symbols in path
0 commit comments