dotnet
all
Cross platform .NET tools for .NET Core. Some subcommands such as `build` have their own usage documentation.
More info →Subcommands (7)
dotnet build
→Builds a .NET application and its dependencies.
dotnet ef
→Perform design-time development tasks for Entity Framework Core.
dotnet publish
→Publish a .NET application and its dependencies to a directory for deployment to a hosting system.
dotnet restore
→Restores the dependencies and tools of a .NET project.
dotnet run
→Run a .NET application without explicit compile or launch commands.
dotnet test
→Execute tests for a .NET application. Note: View <https://learn.microsoft.com/dotnet/core/testing/selective-unit-tests> for supported filter expressions.
dotnet tool
→Manage .NET tools and search published tools in NuGet.
Examples (4)
made by @shridhargupta | data from tldr-pages