- Notifications
You must be signed in to change notification settings - Fork748
fix wrongly cased Microsoft.CSHARP.Targets#1271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
dnfadmin commentedNov 2, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
For reference, current error is:
|
lostmsu commentedNov 2, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@vivainio pythonnet.sln is a legacy solution. Please, use |
@lostmsu ok, the fix is is csproj files so it doesn't matter. "dotnet msbuild pythonnet.15.sln" fails similarly, but I 'm not sure it's even supposed to work with Linux yet. |
Uh oh!
There was an error while loading.Please reload this page.
What does this implement/fix? Explain your changes.
"dotnet msbuild pythonnet.sln" fails in WSL2 because .targets files are wrongly cased, and Linux is case sensitive.
The command still fails, but at least for different error :).