准备条件
- 安装 Visual Studio Code
- 安装 .NET Core SDK
- 安装 C# extension
第一步:打开一个文件夹,初始化项目:dotnet new console
第二步:运行程序:dotnet run
第三步: Debug程序 F5
第四步:build
dotnet build
dotnet build [<PROJECT>|<SOLUTION>] [-c|--configuration] [-f|--framework] [--force]
[--interactive] [--no-dependencies] [--no-incremental] [--no-restore] [--nologo]
[-o|--output] [-r|--runtime] [-v|--verbosity] [--version-suffix]