Answers for "dotnet new options"

C#
0

dotnet new emty webapp

dotnet new web -o <Web app name>
Posted by: Guest on May-08-2020
-1

dotnet new options

dotnet new <TEMPLATE> [--dry-run] [--force] [-i|--install {PATH|NUGET_ID}]
    [-lang|--language {"C#"|"F#"|VB}] [-n|--name <OUTPUT_NAME>]
    [--nuget-source <SOURCE>] [-o|--output <OUTPUT_DIRECTORY>]
    [-u|--uninstall] [--update-apply] [--update-check] [Template options]

dotnet new <TEMPLATE> [-l|--list] [--type <TYPE>]

dotnet new -h|--help
Posted by: Guest on August-12-2020

C# Answers by Framework

Browse Popular Code Answers by Language