Closed pchalamet closed 1 year ago
@pchalamet can you update and paste out a dotnet --info
from this machine?
@timheuer updated env info above. Thanks.
It looks like libhostfxr.dylib
is available under /usr/local/share/dotnet/host/fxr/7.0.9
. If I copy (don't know how to change dyn library path on macos) this lib to the .roslyn folder, everything works with latest version. Don't know if this helps but looks like this dynamic library can't be found in the context of this extension only.
It looks like DOTNET_ROOT
points to .roslyn
and shouldn't since it isn't a self-contained install. Yes?
Describe the Issue
Switching to v2 release (both v2.0.320 & v2.0.328), this error appears in the C# output and nothing works:
Switching back to v1.26.0 fixes everything.
Steps To Reproduce
Expected Behavior
It works.
Environment Information
OS:
macOS Big Sur 11.7.9 (running on Intel)
Here some listings:
And dotnet info: