Releases: dotnet/try-convert
Preview Release v0.7.157502
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
- 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
Preview Release v0.7.156704
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
- 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
Preview Release v0.6.151301
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
- 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
Preview release v0.5.1.125603
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
- 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
Preview release v0.4.125402
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
- 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
Preview release v0.3.125101
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 totry-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
- 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
Preview release v0.3.117401
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
- 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
Preview Release v0.2.105801
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 project url in package from https://github.com/dotnet/tryconvert to https://github.com/dotnet/try-convert
How To Install
- Be on a Windows machine and have the .NET Core 3.0 SDK installed (get it here)
- 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
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
- Be on a Windows machine and have the .NET Core 3.0 SDK installed (get it here)
- Download the
try-convert.v0.2.105701.nupkg
file included in this release - 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
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
- Be on a Windows machine and have the .NET Core 3.0 SDK installed (get it here)
- Download the
try-convert.0.2.51601.nupkg
file included in this release - 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