How to start coding C# in vs code??
ive already installed c# dev kit and .net from website ad from .net install tool but when i try to create a new project this window pops out. and when i try to check the version with dotnet --version it has a problem (screenshots) please what do i do
2 Replies
You need the .NET SDK
https://dotnet.microsoft.com/en-us/download/visual-studio-sdks
Microsoft
.NET SDKs for Visual Studio
Find .NET SDKs for Visual Studio. Visit our main Downloads page for all .NET downloads, including Linux and macOS.
The dev kit only allows you to develop / gives you intellisense and such within VS Code.
You will also need to install the .net SDK from the MS site.