-
Hi, I'm trying to add Build fails with this obscure error:
Nugets were added by Rider. Here is the new entry in csproj:
I'm not sure where to look for resolution.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Maybe related to #174 |
Beta Was this translation helpful? Give feedback.
-
Logging in to say that I think the problem is this issue: dotnet/msbuild#4194 Because of this log line:
ie somewhere GitInfo is deciding that the current working directory is The fix should be to install the correct Locale on your build machine(s) - or use a newer msbuild perhaps.. |
Beta Was this translation helpful? Give feedback.
-
My
I changed it to:
Did Problem solved. |
Beta Was this translation helpful? Give feedback.
My
/etc/locale.gen
was:I changed it to:
Did
sudo locale-gen
andsudo localectl set-locale LANG=en_GB.utf8
Problem solved.