Consider trim hint path
Open
Area: Task: Resolve Assembly References (RAR)
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 139
Description
If there is newline or white space `FileUtilities.NormalizePath` will get garbage result(throw on fullframework). [Adding `FileUtilities.NormalizePath`](https://github.com/microsoft/msbuild/pull/4414/files) caused https://github.com/microsoft/msbuild/issues/4593 . It is fixed by adding [skip when the path is not valid](https://github.com/microsoft/msbuild/pull/4598). However, we should consider trim the hintpath in 17.0 since it is more close to what the customer want.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.