>_ linuxcommand.dev
Startseite dotnet
Programming

dotnet

.NET Command-Line Interface (CLI) Tool

Ubuntu CentOS Debian SUSE Fedora RHEL Arch Alpine macOS
Verified: 2026-03-04
Syntax
$dotnet [command] [arguments] [options]
Optionen
new
build
run
test
publish
Examples
$dotnet new console
$dotnet build
$dotnet run
$dotnet test
Typical use cases
?
Standard usage
dotnet --help
Note Cross-platform .NET development tool.
Export