-
Notifications
You must be signed in to change notification settings - Fork 676
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to load projects - the "ResolveAssemblyReference" task failed unexpectedly. #3352
Comments
I've upgraded mono from |
Correct. OmniSharp will try to use global Mono when it's available, and your 5.10.1 was too old to handle new MSBuild assemblies. Thanks for the issue. |
Using VSCode with Unity, I'm getting a very similar set of errors:
(There are many more lines than this in the error, but they seem to more or less repeat the same thing.) I just updated both VSCode itself and the C# extension, so I'm not sure where it could be going wrong... |
It used to work fine, not sure what caused this. I've tried to downgrade using
omnisharp.path
but still got the same errors. Currently upgrading mono version to see if it will fix the issue.Configuration log:
Errors:
Environment data
dotnet --info
output:VS Code version:
C# Extension version:
1.21.5
The text was updated successfully, but these errors were encountered: