dotnet-uninstall-tool Roadmap
Hello everyone - this issue captures the roadmap for the dotnet-uninstall-tool for the near future. This tool serves an important purpose (especially for our macOS users) and it has been left to linger a bit too long. We're going to take some actions in the short- and long-term to unblock users for .NET 8 today, and make maintenance easier on the team.
The short-term actions we're going to take are:
- Review, merge Update for 8 --> 9 #268 to allow users to manage .NET 8 tools on their machines
- Update the TFM of the tool from
netcoreapp3.1tonet8.0in Update to target net8.0 #280, and the local SDK to .NET 8 - Fix the way the application's assemblies are signed to ensure that all assemblies that are part of the app are in fact signed: Enable signing for MSI #281, Sign resource assemblies #282
- test and release the .NET 8-compatible version
- Update the build pipelines of this repo to align with some internal engineering changes
We believe these things will unblock users and get us on a good path for building and releasing this tool. However, there are some additional maintenance hurdles that we need to handle in a couple months, after these first items are done:
- Remove the version upper bound restriction that prevents users from using the tool to manage newer toolsets than we explicitly coded for
- Update the dependencies used in the tool to ensure we pick up bugfixes
We hope this plan helps clarify what to expect from the tool, as well as sets us up for success in the future.