dotnet / dotnet/msbuild

Consider trim hint path

Open
#4,603 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.