Releases: dotnet/try-convert
Preview Release v0.9.232202
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
- Initial support for converting Xamarin.Forms --> .NET MAUI by @Sweekriti91
How To Install
- Be on a Windows machine and have the latest .NET SDK (get it here)
- Install the tool using the following command.
dotnet tool install -g try-convert
How to update
dotnet tool update -g try-convert
And in the future:
try-convert --update
How To Uninstall
You can uninstall the tool using the following command.
dotnet tool uninstall -g try-convert
Preview Release v0.8.230902
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
- Add support for
-u|--update
switch to support easily updating the tool, by @Johnmancini30 - Bug fixes!
How To Install
- Be on a Windows machine and have the latest .NET SDK (get it here)
- Install the tool using the following command.
dotnet tool install -g try-convert
How to update
dotnet tool update -g try-convert
And in the future:
try-convert --update
How To Uninstall
You can uninstall the tool using the following command.
dotnet tool uninstall -g try-convert
Preview Release v0.7226301
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
- Update
AddDesktopProperties
to add desktop props for all project styles if they have desktop references, by @mjrousos
How To Install
- Be on a Windows machine and have the latest .NET SDK (get it here)
- Install the tool using the following command.
dotnet tool install -g try-convert
How to update
dotnet tool update -g try-convert
How To Uninstall
You can uninstall the tool using the following command.
dotnet tool uninstall -g try-convert
Preview Release v0.7.222801
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
- Enhancements for VB.NET Windows Forms conversions
- Bug fixes
How To Install
- Be on a Windows machine and have the latest .NET SDK (get it here)
- Install the tool using the following command.
dotnet tool install -g try-convert
How to update
dotnet tool update -g try-convert
How To Uninstall
You can uninstall the tool using the following command.
dotnet tool uninstall -g try-convert
Preview Release v0.7217901
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
- Rename base branch to
main
- Fix "Exception converting project 'Sequence contains more than one element'" by @ejohnson-dotnet
- Add support for VB WPF and Unit Test projects by @KSchlobohm
How To Install
- Be on a Windows machine and have the latest .NET SDK (get it here)
- Install the tool using the following command.
dotnet tool install -g try-convert
How to update
dotnet tool update -g try-convert
How To Uninstall
You can uninstall the tool using the following command.
dotnet tool uninstall -g try-convert
Preview Release v0.7216201
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
- Don't use web SDK for libraries still targeting .NET Framework by @mjrousos
How To Install
- Be on a Windows machine and have the latest .NET SDK (get it here)
- Install the tool using the following command.
dotnet tool install -g try-convert
How to update
dotnet tool update -g try-convert
How To Uninstall
You can uninstall the tool using the following command.
dotnet tool uninstall -g try-convert
Preview Release v0.7.215802
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
- Fix some PCL-netstandard mappings by @mjrousos
How To Install
- Be on a Windows machine and have the latest .NET SDK (get it here)
- Install the tool using the following command.
dotnet tool install -g try-convert
How to update
dotnet tool update -g try-convert
How To Uninstall
You can uninstall the tool using the following command.
dotnet tool uninstall -g try-convert
Preview Release v0.7212202
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
- Add
ImportWindowsDesktopTargets=true
for desktop converted projects to support multi-targeting againstnet5.0-windows
and .NET Framework by @twsouthwick - Support converting a project even if it has custom imports by @mjrousos
How To Install
- Be on a Windows machine and have the latest .NET SDK (get it here)
- Install the tool using the following command.
dotnet tool install -g try-convert
How to update
dotnet tool update -g try-convert
How To Uninstall
You can uninstall the tool using the following command.
dotnet tool uninstall -g try-convert
Preview Release v0.7210903
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
- Preserve project reference aliases (affects some XAML projects), contributed by @icnocop
- Adjust logic for assigning a project type to be more friendly to older projects that may not specify imports in a "normal" way, contributed by @mjrousos
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 update
dotnet tool update -g try-convert
How To Uninstall
You can uninstall the tool using the following command.
dotnet tool uninstall -g try-convert
Preview Release v0.7.160902
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
- Removes
packages.config
when--no-backup
is specified - Support for migrating F# projects
- Fixed issue with old-style web projects not getting loaded with
--force-web
specified
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