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.2.50801

11 Oct 22:23
b983452
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/tree/0.2.51601#support-policy

Major changes

  • Excludes projects kinds that can never properly convert to .NET Core (like legacy Web projects)
  • Adds support for converting MSTest Unit Test projects
  • Various bug fixes and general usability improvements

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.50801.nupkg file included in this release
  3. Install the tool using the following command.
dotnet tool install -g try-convert --version 0.2.50801 --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.1.50202

02 Oct 23:07
420c21f
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/tree/0.2.51601#support-policy

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.1.50202.nupkg file included in this release
  3. Install the tool using the following command.
dotnet tool install -g try-convert --version 0.1.50202 --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