dotnet command executes .NET application.
Here are some commands to read more and guide you about the tool.
dotnet --list-sdks Displays installed SDKs.
dotnet --info Display .NET information.
dotnet --version Display .NET SDK version in use.
SDK commands:
build Build a .NET project.
build-server Interact with servers started by a build.
clean Clean build outputs of a .NET project.
format Apply style preferences to a project or solution.
help Opens the reference page in a browser for the specified command.
msbuild Run Microsoft Build Engine (MSBuild) commands.
new Create a new .NET project or file.
nuget Provides additional NuGet commands.
pack Create a NuGet package.
package Search for, add, remove, or list PackageReferences for a .NET project.
publish Publish a .NET project for deployment.
reference Add, remove, or list ProjectReferences for a .NET project.
restore Restore dependencies specified in a .NET project.
run Build and run a .NET project output.
sdk Manage .NET SDK installation.
solution Modify Visual Studio solution files.
store Store the specified assemblies in the runtime package store.
test Run unit tests using the test runner specified in a .NET project.
tool Install or manage tools that extend the .NET experience.
vstest Run Microsoft Test Engine (VSTest) commands.
workload Manage optional workloads.
Enjoy!!!
0 Comments:
Post a Comment