You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just pulled the latest from master (this commit 4a070ba), ran ./build.sh --restore then ./build.sh --build, both succeeded.
Then opened Compilers.sln in Rider (2018.2.1) and got these errors in event log:
15:23 Project 'BasicAnalyzerDriver' load failed: The type initializer for 'Microsoft.Build.Tasks.Git.TaskImplementation' threw an exception.
15:23 Project 'Microsoft.CodeAnalysis.Debugging' load failed: The type initializer for 'Microsoft.Build.Tasks.Git.TaskImplementation' threw an exception.
15:23 Project 'CSharpAnalyzerDriver' load failed: The type initializer for 'Microsoft.Build.Tasks.Git.TaskImplementation' threw an exception.
Also, every single System.* using is marked as unresolved reference.
Can this be related to #29289?
The text was updated successfully, but these errors were encountered:
Env
OS:
MacOS Mojave 10.14
dotnet --info:
mono --version:
Issue
Just pulled the latest from master (this commit 4a070ba), ran
./build.sh --restore
then./build.sh --build
, both succeeded.Then opened
Compilers.sln
in Rider (2018.2.1) and got these errors in event log:Also, every single
System.*
using is marked as unresolved reference.Can this be related to #29289?
The text was updated successfully, but these errors were encountered: