Last active
August 10, 2022 03:17
-
-
Save xerardoo/e9bbe72687b02072d86f2efdbd4f8def to your computer and use it in GitHub Desktop.
DotNet Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DotNet | |
---------------------------------------------------- | |
dotnet new sln -o project_name | |
dotnet new webapi -o api_name | |
dotnet new classlib -o lib_name | |
dotnet add project_name reference lib_name | |
dotnet sln add api_name lib_name | |
dotnet build | |
dotnet new mstest -o StringLibraryTest | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment