cli-lab icon indicating copy to clipboard operation
cli-lab copied to clipboard

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.

Results 129 cli-lab issues
Sort by recently updated
recently updated
newest added

This pull request updates the following dependencies [marker]: (Begin:489a11dc-0541-4f75-a457-08d9f7306c5d) ## From https://github.com/dotnet/arcade - **Subscription**: 489a11dc-0541-4f75-a457-08d9f7306c5d - **Build**: 20220916.3 - **Date Produced**: September 16, 2022 5:57:17 PM UTC - **Commit**: bf47db2617320c82f94713d7b538f7bc0fa9d662...

The wrong runtimes were resolved for dotnet x64 on Arm64 machines. The FileSystemExplorer was using the dotnet Arm64 path /usr/local/share/dotnet to find the x64 runtimes, instead of the emulated dotnet...

Bumps the maximum allowed version to 8.0.0, so that 7.0 and 7.0 previews can be managed. Closes #230

Hi! I notice you explicitly prevent removal of 7.0.0 here https://github.com/dotnet/cli-lab/blob/ec93eb01276fd3692f18912dbe204f0b719f9cad/src/dotnet-core-uninstall/Shared/VSVersioning/VisualStudioSafeVersionsExtractor.cs#L16. Any plans to add that?

dotnet-core-uninstall list This tool cannot uninstall versions of the runtime or SDK that are  - SDKs installed using Visual Studio 2019 Update 3 or later. - SDKs and runtimes installed...

I have the following two .NET Core SDK Previews installed on Windows (amongst others): ``` Display Name - Version - Arch - Uninstall Command Microsoft .NET Core 1.0.0 - SDK...

... While investigating dotnet/docs#27771 According to `dotnet --info` I have 3 SDK and 3 Runtimes installed. The 1 Runtime listed from the tool's version doesn't match the version from `dotnet...

I have tried using the .NET Uninstall Tool to remove some items that Windows Endpoint Protection is reporting as out of support. An example is a set of old versions...

Hello all, Currently if you run `dotnet tool install dotnet-core-uninstall`, the command will install something which replies "Hello World!" to all commands. The package is not listed on nuget.org, so...