Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Releases: dotnet/try-convert

Preview Release v0.7.157502

01 Dec 19:04
ca9f5ae
Compare
Choose a tag to compare
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

  • Supporting converting ASP.NET web projects by @mjrousos
  • Fix a logic bug in parsing DevelopmentDependency from packages.config by @ejohn54

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

Preview Release v0.7.156704

18 Nov 01:31
3bd515d
Compare
Choose a tag to compare
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

  • Require .NET 5 SDK to convert projects and fix issues related to loading and converting projects on .NET 5
  • Bump minor version to 0.7

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

Preview Release v0.6.151301

13 Oct 17:35
Compare
Choose a tag to compare
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

  • Bump minor version to 0.6
  • Support .NET 5 as a conversion target for supported app types
  • Target highest-possible TFM based on installed SDK (-preview will choose latest preview TFM available)
  • Target .NET Standard 2.0 for class libraries by default
  • Print all unexpected Import declarations when they are found, and show the required ones
  • Fix a bug where some duplicate PropertyGroup declarations could be made
  • Notify users when we find a App.config and let them know that it needs to be rewritten

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

Preview release v0.5.1.125603

06 May 18:11
cf9cde9
Compare
Choose a tag to compare
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

  • Bump minor version to 0.5
  • Overwrite any *.old project files to support people who may run the tool a lot
  • Add support for --keep-current-tfms switch, which doesn't upgrade your TFM regardless of project type

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

Preview release v0.4.125402

04 May 17:24
7a30a97
Compare
Choose a tag to compare
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

  • Bump minor version to 0.4
  • Don't reject projects that reference System.Web, but do warn them about it

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

Preview release v0.3.125101

01 May 19:27
0ab29a7
Compare
Choose a tag to compare
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 to try-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

  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

Preview release v0.3.117401

24 Mar 21:48
9ab68fa
Compare
Choose a tag to compare
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

  • Support for $(Platform) and $(Configuration) conditions, contributed by @dotnokato
  • Adds support for -tfm option, defaulting to the latest available TFM your environment supports
  • Fixed: #169

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

Preview Release v0.2.105801

08 Jan 15:41
6abf0e5
Compare
Choose a tag to compare
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

How To Install

  1. Be on a Windows machine and have the .NET Core 3.0 SDK installed (get it here)
  2. Install the tool using the following command.
dotnet tool install -g try-convert --version 0.2.105801

How To Uninstall

You can uninstall the tool using the following command.

dotnet tool uninstall -g try-convert

Preview Release v0.2.105701

08 Jan 15:05
f6a8c9b
Compare
Choose a tag to compare
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

  • Fixes #128 Referenze System.ComponentModel.DataAnnotations gets resolved with wrong NuGet Package
  • Fixes #156 Unable to convert .NET Framework 4.8 Test Project

How To Install

  1. Be on a Windows machine and have the .NET Core 3.0 SDK installed (get it here)
  2. Download the try-convert.v0.2.105701.nupkg file included in this release
  3. Install the tool using the following command.
dotnet tool install -g try-convert --version 0.2.105701 --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

Preview Release v0.2.51601

22 Oct 16:12
25b234e
Compare
Choose a tag to compare
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

  1. Be on a Windows machine and have the .NET Core 3.0 SDK installed (get it here)
  2. Download the try-convert.0.2.51601.nupkg file included in this release
  3. 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