dotnet tool install --roll-forward
is remembered across uninstall
#44818
Labels
dotnet tool install --roll-forward
is remembered across uninstall
#44818
I was testing the new
--roll-forward
feature on Windows with .NET 9 RC2. I seemed to remember the--roll-forward
value after uninstall, which I would not expect.The tool: https://www.nuget.org/packages/NuGet.PackageSourceMapper
Command:
dotnet tool install -g --roll-forward NuGet.PackageSourceMapper
Given:
-g
.Here's my process:
--roll-forward
I'll test again with .NET 9 GA later today.
The text was updated successfully, but these errors were encountered: