Programming
dotnet
.NET Command-Line Interface (CLI) Tool
Ubuntu
CentOS
Debian
SUSE
Fedora
RHEL
Arch
Alpine
macOS
Verified: 2026-06-03
Syntax
$dotnet [command] [arguments] [options]
Optionen
new
build
run
test
publish
Examples
$dotnet new console
$dotnet build
$dotnet run
$dotnet test
See also
Typical use cases
?
Standard usage
dotnet --help
Note
Cross-platform .NET development tool.
Export