A guided tool will be provided to enable the controlled clean up of a system such that only the desired versions of the Runtime and SDKs remain.
Перейти к файлу
Jacques Eloff 0efaa73fb4
Merge pull request #280 from dotnet/marcpopMSFT-updateTFM
Update to target net8.0
2024-03-04 11:52:03 -08:00
eng Bump minor version to signal new version support. 2022-12-13 16:12:29 -06:00
src retarget msbuildbinlogquery to 8.0 as well 2024-03-04 11:34:46 -08:00
test retarget msbuildbinlogquery to 8.0 as well 2024-03-04 11:34:46 -08:00
.editorconfig Hello world with Arcade 2019-05-31 15:11:52 -07:00
.gitattributes Hello world with Arcade 2019-05-31 15:11:52 -07:00
.gitignore Add Version.Details.xml 2019-06-12 17:05:12 -07:00
.vsts-ci.yml Also update build image (this definition may not be running?) 2022-11-17 09:27:21 -08:00
CODE-OF-CONDUCT.md Link Code of Conduct 2020-04-02 13:13:18 -07:00
CONTRIBUTING.md Adding build command rid note 2021-01-04 09:59:45 -08:00
Directory.Build.props Hello world with Arcade 2019-05-31 15:11:52 -07:00
Directory.Build.rsp Hello world with Arcade 2019-05-31 15:11:52 -07:00
Directory.Build.targets Hello world with Arcade 2019-05-31 15:11:52 -07:00
LICENSE.TXT Hello world with Arcade 2019-05-31 15:11:52 -07:00
NuGet.config Fixup feeds 2021-02-03 14:35:20 -08:00
README.md Adding note on global tool to README 2020-03-11 11:16:43 -07:00
SECURITY.md Switch to 1ES R&D pools on main 2021-10-04 15:47:52 -07:00
build.cmd Hello world with Arcade 2019-05-31 15:11:52 -07:00
build.sh Hello world with Arcade 2019-05-31 15:11:52 -07:00
global.json Update to target net8.0 2024-03-04 11:12:29 -08:00
lab.sln Produce msi on Windows (#93) 2019-09-20 10:35:19 -07:00

README.md

Uninstall Tool: dotnet-core-uninstall

This repo contains the dotnet-core-uninstall tool, a command line tool for uninstalling versions of the .NET Core SDK, Runtime, ASP.NET Core Runtime, and Hosting Bundles. For more information about the use of this tool, see the docs here. To download the latest version of the tool, see the releases page.

Why isnt the .NET Core Uninstall Tool a .NET Core Global Tool?

An early prototype of the .NET Core Uninstall Tool was a .NET Core Global Tool. Since .NET Core Global Tools are runtime-dependent applications they use a version of the .NET Core Runtime that is installed on the machine. The purpose of the tool is to uninstall arbitrary .NET Core SDKs and Runtimes, so may attempt to uninstall the version thats running the current process. When this happened, we didnt find a way to recover from the error and uninstall other SDKs and Runtimes. We saw this as particularly problematic because users might not be clear what runtimes are in SDKs that are being uninstalled or which runtime is currently being used.

Contributing

We welcome you to try things out, file issues, make feature requests and join us in design conversations.

Building the Repository

Run the build script at the root of the repo (build.sh or build.cmd) and provide a runtime identifier (for example, on windows run build /p:RID=win-x86)

.NET Foundation

The dotnet-core-uninstall tool is a .NET Foundation project. See the .NET home repo to find other .NET-related projects.

Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

License

.NET Core (including this repo) is licensed under the MIT license.

MSBuildBinLogQuery

Work in progress