This repository has been archived by the owner on May 17, 2024. It is now read-only.
Preview release v0.3.125101
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
- Running
try-convert
with no arguments is now equivalent totry-convert -w .
- Any reference to
System.Web
now rejects the project - Handle converting MSTest projects better (fixing #173) by @dotnokato
- Don't generate a backup file if
--diff-only
(fixing #108) by @dotnokato - Build from source instructions improved by @tomaustin700
- Nullable Reference Types used in the codebase by @dotnokato
- Add the project path to the error when project conversion failes (fixing #273) by @dotnokato
How To Install
- Be on a Windows machine and have the latest .NET Core SDK (get it here)
- Install the tool using the following command.
dotnet tool install -g try-convert
How To Uninstall
You can uninstall the tool using the following command.
dotnet tool uninstall -g try-convert