Open rainersigwald opened 7 years ago
see https://github.com/dotnet/corefx/pull/18035#discussion_r110289282
$(PackagesDir.TrimEnd('/\'.ToCharArray()))
Seems to do the wrong thing on .NET Core 2.0 hosts. Related to a new overload of TrimEnd?
TrimEnd
Related: #1635, #1634
I hit a similar problem, repro here: https://github.com/dotnet/corefx/pull/18306#discussion_r111433796
see https://github.com/dotnet/corefx/pull/18035#discussion_r110289282
Seems to do the wrong thing on .NET Core 2.0 hosts. Related to a new overload of
TrimEnd
?