-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Building 3.0 on Arch Linux #31037
Comments
ArchLinux with DeepIn Destro Finally succeeded after 5 days of effort Environment Runtime and SDKs Note:- it worked with out installing mono $ dotnet --list-sdks Omnisharp version and C# Version OmniSharp server started. installed dotnet core and visual studio from this link installed all both runtime and sdk 3.1.100 preview after installation i faced issue project file not found resolved by adding two environment variable to ~/.bashrc using the command : sudo nano ~/.bashrc after that file look like this
with this project not found exception was resolved but i faced new exception that Sdk path not found for that there is a file with path /usr/bin/dotnet that contained the following data
i deleted this file and add a symlink to dotnet file path to /opt/dotnet/dotnet with following command sudo ln -s /opt/dotnet/dotnet /usr/bin/dotnet everything worked fine after words at-least my webapi worked fine This link helped a lot specially this part |
Nothing actionable here. If it is still a problem, please create a new issue that describes the problem to fix. |
Tracking #7996
The text was updated successfully, but these errors were encountered: