Bilješka
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati da se prijavite ili promijenite direktorije.
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati promijeniti direktorije.
This article applies to: ✔️ .NET Uninstall Tool 1.7.521001 and later versions
Name
dotnet-core-uninstall list - List .NET SDKs or runtimes that can be removed with this tool.
Synopsis
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
Description
The dotnet-core-uninstall list command lists installed .NET SDKs or runtimes that can be removed with this tool. For more information about the limitations of this tool, see .NET uninstall tool overview.
Options
--arm64Lists all arm64 .NET SDKs and runtimes that can be uninstalled with this tool.
--aspnet-runtimeLists all ASP.NET Core runtimes that can be uninstalled with this tool.
--hosting-bundleLists all .NET hosting bundles that can be uninstalled with this tool.
--runtimeLists all .NET runtimes that can be uninstalled with this tool.
--sdkLists all .NET SDKs that can be uninstalled with this tool.
-v, --verbosity <LEVEL>Sets the verbosity level. The default value is
normal. Allowed values are:q[uiet]m[inimal]n[ormal]d[etailed]diag[nostic].
--windows-desktop-runtimeLists all Windows Desktop runtimes that can be uninstalled with this tool.
--x64Lists all x64 .NET SDKs and runtimes that can be uninstalled with this tool.
--x86Lists all x86 .NET SDKs and runtimes that can be uninstalled with this tool.
-?|-h|--helpShows help and usage information.
--preserve-vs-for-mac-sdksPrevents removal of SDKs and runtimes that have a high probability of being used by Visual Studio for Mac.
Note
Visual Studio for Mac is out of support.
--runtimeLists all .NET runtimes that can be uninstalled with this tool.
--sdkLists all .NET SDKs that can be uninstalled with this tool.
-v, --verbosity <LEVEL>Sets the verbosity level. The default value is
normal. Allowed values are:q[uiet]m[inimal]n[ormal]d[etailed]diag[nostic].
-?|-h|--helpShows help and usage information.
Examples
List all the .NET SDKs and runtimes that can be removed with this tool:
dotnet-core-uninstall listList all the x64 .NET SDKs and runtimes:
dotnet-core-uninstall list --x64List all the x86 .NET SDKs:
dotnet-core-uninstall list --sdk --x86