CSharp VSCode: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Introduction= This page is to capture the issues using c# with VS Code =SDK Error= So the main purpose of this page<br> 300px<br> Don't like solving problems twice but though MS would have solved it for me. So here we go" |
No edit summary |
||
Line 4: | Line 4: | ||
So the main purpose of this page<br> | So the main purpose of this page<br> | ||
[[File:SDK Error.png|300px]]<br> | [[File:SDK Error.png|300px]]<br> | ||
Don't like solving problems twice but though MS would have solved it for me. So here we go | Don't like solving problems twice but though MS would have solved it for me. So here we go. So copilot was has to solve this | ||
<syntaxhighlight lang="bash"> | |||
sudo ln -s /snap/dotnet-sdk/current/dotnet /usr/local/bin/dotnet | |||
export PATH=$PATH:/snap/bin | |||
</syntaxhighlight> | |||
Obviously you need to update the .bashrc or what ever appropriately |
Revision as of 05:28, 20 February 2025
Introduction
This page is to capture the issues using c# with VS Code
SDK Error
So the main purpose of this page
Don't like solving problems twice but though MS would have solved it for me. So here we go. So copilot was has to solve this
sudo ln -s /snap/dotnet-sdk/current/dotnet /usr/local/bin/dotnet
export PATH=$PATH:/snap/bin
Obviously you need to update the .bashrc or what ever appropriately