-
Notifications
You must be signed in to change notification settings - Fork 721
Configuring Snap installs of dotnet sdk
Joey Robichaud edited this page Feb 24, 2021
·
1 revision
The dotnet SDK resolver has issues locating SDKS with Snap installs.
One solution posted to the dotnet/sdk snap issue may resolve your issue - https://github.com/dotnet/sdk/issues/10403#issuecomment-621463370
I was struggling with omnisharp not resolving the dotnet-sdk snap on 20.04 until I discovered that a simple
ln -s /snap/dotnet-sdk/current/dotnet /usr/local/bin/dotnet
did the trick. No need for msbuild path exports or an omnisharp json legacy resolver.
Documentation
- Change Log
- Main repo documentation.
- Branches and Releases
- Installing Pre-Releases
- Installing without internet connectivity
Configuration
- Configuring Snap installs of dotnet-sdk
- Configuring Arch Linux for Unity development
- Configuring Arch Linux for Razor development
- Installing the .NET Core Debugger on Arch Linux
Developer Guide