Skip to content

Instantly share code, notes, and snippets.

@xerardoo
Last active August 10, 2022 03:17
Show Gist options
  • Save xerardoo/e9bbe72687b02072d86f2efdbd4f8def to your computer and use it in GitHub Desktop.
Save xerardoo/e9bbe72687b02072d86f2efdbd4f8def to your computer and use it in GitHub Desktop.
DotNet Commands
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