>_ linuxcommand.dev
Startseite dotnet
Programming

dotnet

.NET Command-Line Interface (CLI) Tool

Syntax
$dotnet [command] [arguments] [options]
Optionen
new
build
run
test
publish
Examples
Examples
$dotnet new console
Examples
$dotnet build
Examples
$dotnet run
Examples
$dotnet test
See also
Typical use cases
Create .NET projects
Compile code
Run tests
Note Cross-platform .NET development tool.
Export