Visual Studio Code for .Net Framework

后端 未结 5 1690
时光取名叫无心
时光取名叫无心 2020-12-02 07:56

I am having difficulty figuring out if and how I can use Visual Studio Code to develop and debug command-line/console/libraries of C#.Net programs which

5条回答
  •  孤街浪徒
    2020-12-02 08:24

    https://code.visualstudio.com/docs/languages/csharp

    Quote:

    Note: VS Code does not support debugging applications running on the Desktop .NET Framework.

    It looks like Visual Studio 'full-fat' IDE remains a requirement for .Net Framework. Major pity.

提交回复
热议问题