dotnet-core-uninstall list

本文适用于: ✔️ .NET 卸载工具 1.7.521001 及更高版本

名称

dotnet-core-uninstall list - 列出可通过此工具删除的 .NET SDK 或运行时。

摘要

dotnet-core-uninstall list [--aspnet-runtime] [--hosting-bundle]
    [--runtime] [--sdk] [-v|--verbosity <LEVEL>] [--x64] [--x86]

dotnet-core-uninstall list -?|-h|--help
dotnet-core-uninstall list [--runtime] [--sdk] [-v|--verbosity <LEVEL>]

dotnet-core-uninstall list -?|-h|--help

说明

dotnet-core-uninstall list 命令列出了已安装的 .NET SDK 或运行时,可以通过此工具将其删除。 有关此工具的限制的详细信息,请参阅 .NET 卸载工具概述

选项

  • --aspnet-runtime

    列出可通过此工具卸载的所有 ASP.NET Core 运行时。

  • --hosting-bundle

    列出可通过此工具卸载的所有 .NET 托管捆绑包。

  • --runtime

    列出可通过此工具卸载的所有 .NET 运行时。

  • --sdk

    列出可通过此工具卸载的所有 .NET SDK。

  • -v, --verbosity <LEVEL>

    设置详细程度。 默认值为 normal。 允许值包括:

    • q[uiet]
    • m[inimal]
    • n[ormal]
    • d[etailed]
    • diag[nostic]
  • --x64

    列出可通过此工具卸载的所有 x64 .NET SDK 和运行时。

  • --x86

    列出可通过此工具卸载的所有 x86 .NET SDK 和运行时。

  • -?|-h|--help

    显示帮助和使用情况信息

示例

  • 列出可通过此工具删除的所有 .NET SDK 和运行时:

    dotnet-core-uninstall list
    
  • 列出所有 x64 .NET SDK 和运行时:

    dotnet-core-uninstall list --x64
    
  • 列出所有 x86 .NET SDK:

    dotnet-core-uninstall list --sdk --x86
    

另请参阅