If there is newline or white space FileUtilities.NormalizePath will get garbage result(throw on fullframework). Adding FileUtilities.NormalizePath caused #4593 . It is fixed by adding skip when the path is not valid. However, we should consider trim the hintpath in 17.0 since it is more close to what the customer want.
If there is newline or white space
FileUtilities.NormalizePathwill get garbage result(throw on fullframework). AddingFileUtilities.NormalizePathcaused #4593 . It is fixed by adding skip when the path is not valid. However, we should consider trim the hintpath in 17.0 since it is more close to what the customer want.