Try Convert Versions Save

Helping .NET developers port their projects to .NET Core!

v0.9.232202

2 years ago

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

  1. Be on a Windows machine and have the latest .NET SDK (get it here)
  2. 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

v0.8.230902

2 years ago

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

  1. Be on a Windows machine and have the latest .NET SDK (get it here)
  2. 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

v0.7226301

3 years ago

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

  1. Be on a Windows machine and have the latest .NET SDK (get it here)
  2. 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

v0.7.222801

3 years ago

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

  1. Be on a Windows machine and have the latest .NET SDK (get it here)
  2. 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

v0.7217901

3 years ago

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

  1. Be on a Windows machine and have the latest .NET SDK (get it here)
  2. 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

v0.7216201

3 years ago

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

  1. Be on a Windows machine and have the latest .NET SDK (get it here)
  2. 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

v0.7.215802

3 years ago

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

  1. Be on a Windows machine and have the latest .NET SDK (get it here)
  2. 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

v0.7212202

3 years ago

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 against net5.0-windows and .NET Framework by @twsouthwick
  • Support converting a project even if it has custom imports by @mjrousos

How To Install

  1. Be on a Windows machine and have the latest .NET SDK (get it here)
  2. 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

v0.7210903

3 years ago

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

  1. Be on a Windows machine and have the latest .NET Core SDK (get it here)
  2. 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

v0.7.160902

3 years ago

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

  1. Be on a Windows machine and have the latest .NET Core SDK (get it here)
  2. 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