This repository has been archived by the owner on May 17, 2024. It is now read-only.
Preview Release v0.2.51601
Pre-release
Pre-release
Disclaimer
As with all previous releases, this is not a supported Microsoft product. See here for more info: https://github.com/dotnet/try-convert#support-policy
Changelog
- Fixed an issue with throwing exceptions in some cases
- Removes imports that come from NuGet packages
How To Install
- Be on a Windows machine and have the .NET Core 3.0 SDK installed (get it here)
- Download the
try-convert.0.2.51601.nupkg
file included in this release - Install the tool using the following command.
dotnet tool install -g try-convert --version 0.2.51601 --add-source \\Path\To\Folder\With\Downloaded\Nuget\Package
How To Uninstall
You can uninstall the tool using the following command.
dotnet tool uninstall -g try-convert