C尖锐作弊表 在C#.Net框架中工作的个人备忘单和花絮。 以获得软件包(搜索,选择.NET CLI选项卡以获取下载链接)。 有用的记住 F12或右键单击“转到定义”以查看基础类型和源代码。 重击命令 dotnet run dotnet new (console, xunit, sln etc.) code . dotnet restore (collect packages in .csproj file) dotnet build dotnet run (does a build and runs) dotnet run -- parameter (-- pass a paramete