dotnet-core-uninstall 列表

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

名称

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

摘要

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

dotnet-core-uninstall list -?|-h|--help
dotnet-core-uninstall list [--preserve-vs-for-mac-sdks] [--runtime] [--sdk]
    [-v|--verbosity <LEVEL>]

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

说明

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

选项

  • --arm64

    列出可以使用此工具卸载的所有 arm64 .NET SDK 和运行时。

  • --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]
  • --windows-desktop-runtime

    列出可以使用此工具卸载的所有Windows桌面运行时。

  • --x64

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

  • --x86

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

  • -?|-h|--help

    显示帮助和使用情况信息。

  • --preserve-vs-for-mac-sdks

    防止删除Visual Studio for Mac 使用概率较高的 SDK 和运行时。

    注释

    Visual Studio for Mac 不受支持。

  • --runtime

    列出可以使用此工具卸载的所有.NET运行时。

  • --sdk

    列出可以使用此工具卸载的所有.NET SDK。

  • -v, --verbosity <LEVEL>

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

    • q[uiet]
    • m[inimal]
    • n[ormal]
    • d[etailed]
    • diag[nostic]
  • -?|-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
    

另请参阅