Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should we officially retire this tool now that Microsoft have finally delivered their own tool #286

Open
mungojam opened this issue Mar 4, 2021 · 6 comments

Comments

@mungojam
Copy link
Collaborator

mungojam commented Mar 4, 2021

See: https://devblogs.microsoft.com/dotnet/introducing-the-net-upgrade-assistant-preview/

It looks like it covers everything and perhaps even takes inspiration from some features like the great walkthrough mode that @andrew-boyarshin implemented. It also tries to remove transitive dependencies which is something we struggled to do.

We could point people towards it in the Readme and in any open issues

@hvanbakel @andrew-boyarshin

@hvanbakel
Copy link
Owner

hvanbakel commented Mar 4, 2021 via email

@maxkatz6
Copy link

maxkatz6 commented Mar 4, 2021

Does this tool work with old asp.mvc and ef projects?

@mungojam
Copy link
Collaborator Author

mungojam commented Mar 4, 2021 via email

@superstrom
Copy link
Contributor

I used try-convert on a couple projects compared to dotnet-migrate-2019, and try-convert does a better job on detecting and adding UseWpf and UseWindowsForms.

I prefer the way that migrate-2019 does the AssemblyInfo transform, as try-convert uses GenerateAssemblyInfo=false.
migrate-2019 also removes a couple VS2013-isms like Reference/RequiredTargetFramework and BootstrapperPackage that try-convert keeps.

In my opinion, migrate-2019 still has value, and would hate to see it retired.

@hvanbakel
Copy link
Owner

hvanbakel commented Mar 6, 2021 via email

@RichardD2
Copy link

The blog post seems to suggest that try-convert will re-target the projects to .NET 5, which is not what I want. At least until there's support for viewing and exporting SSRS reports in .NET 5, I have to stay on .NET 4.8.

I'll be sticking with migrate-2019 for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants