关于[How to Create a new Solution and Projects using dotnet CLI]的摘要:
I create a lot of samples, demos, open source projects, etc. and I like to use the fairly standard repository layout of having a solution file in the root and project files in a src subfolder. Achieving this in Visual Studio is tedious, but fortunately this series of dotnet CLI commands quickly create the structure for you.
原文地址: https://ardalis.com/script-new-dotnet-solution-from-cli/