try-convert

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

MIT License

Stars
1.1K
Committers
34

Bot releases are hidden (Show)

try-convert - Preview Release v0.2.50801

Published by cartermp about 5 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/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
try-convert - Preview Release v0.1.50202

Published by jmarolf about 5 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/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
Badges
Extracted from project README
NuGet Badge Build Status Build Status Build Status Build Status
Related Projects