Skip to content

Add missing dotnetcommands and options #48686

@meaghanlewis

Description

@meaghanlewis

Describe the issue or suggestion

The dotnet executable for .NET 10 has all the most recent SDK commands. Update the documentation so that it's current with all the commands and options available in the executable.

Articles to update

dotnet build

dotnet clean

dotnet dev-certs

  • Include option --check-trust-machine-readable

dotnet format

  • Include argument --exclude-diagnostics
  • Include option --version

dotnet pack

  • Add option --disable-build-servers

dotnet restore

  • Add option --no-http-cache

dotnet run

  • Add option --file <FILE_PATH>
  • Add option --no-cache
  • Add option --sc, --self-contained
  • Add option --no-self-contained
  • Add option --artifacts-path <ARTIFACTS_DIR>
  • Add option --disable-build-servers

dotnet store

  • Add option --disable-build-servers
  • Add option --ucr, --use-current-runtime

dotnet test

  • Add option --disable-build-servers

dotnet watch

  • Add option --disable-build-servers
  • Add option --sc, --self-contained
  • Add option --no-self-contained
  • Add option --artifacts-path <ARTIFACTS_DIR>

Articles to add

dotnet tool

dotnet user-jwts

  • Add page for this?

dotnet user-secrets

  • Add page for this

dotnet workload

  • Add page for clean
  • Add page for history

dotnet fsi

dotnet package

  • Add page for update

Articles to delete

dotnet migrate


Associated WorkItem - 494888

Metadata

Metadata

Assignees

Labels

🏁 Release: .NET 10Work items for the .NET 10 release📌 seQUESTeredIdentifies that an issue has been imported into Quest.

Type

No type

Projects

Status

Slipped

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions