Issue with Install and configure Visual Studio Code for C# development

Mace Wilder 20 Reputation points
2025-02-06T22:39:26.56+00:00

I have Visual Studio installed and up to date with .NET desktop development workload. When I go to extensions I cannot find C# Dev Kit nor any of the others listed in the tutorial. Are these no longer available and should I skip this lesson and move on to the next one?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,448 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,306 questions
Visual Studio Training
Visual Studio Training
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Training: Instruction to develop new skills.
33 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 71,586 Reputation points
    2025-02-06T23:07:13.3366667+00:00

    "C# Dev Kit" extension is only for "Visual Studio Code", not Visual Studio. It add support for building, and debugging.net core c# applications. The type of applications it supports depends on the dotnet workloads installed (not to be confused with visual studio workloads).

    https://code.visualstudio.com/download

    Visual Studio uses workloads rather than extensions for framework support. The workload installs templates used to create project along with sdk support.

    the NET desktop development workloads adds support for .net 4.*, C# 7.3 and windows desktop app support. It does not support .net core (.net 6/7/8/9)

    you don't say which dotnet runtime or sdk you want to use, so we can not tell you the proper workload.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.