Open dotjpg3141 opened 3 years ago
@dotjpg3141 Thanks for filing this issue. We are aware of perf issues that we are looking at , I have added the one you mentioned to the list - https://github.com/dotnet/upgrade-assistant/issues/895 - as well.
We currently do not have support for skipping steps in --non-interactive
unfortunately, as part of enabling solution wide update we are looking at making changes to step so users can specify what steps they want to execute - https://github.com/dotnet/upgrade-assistant/issues/381.
Adding @mjrousos to take a look at the failure here.
@dotjpg3141 Could you provide the cshtml file you were trying to upgrade?
I am encountering the same issue. Is there a way to tell which Razor document is causing this?
Describe the bug
I'm getting a ArgumentNullException in the step
Apply code fixes to Razor documents
forUA0001
:To Reproduce
upgrade-assistant --ignore-unsupported-features --non-interactive --skip-backup xy.sln
Exceptions (if any)
Further technical details
dotnet --list-sdks
upgrade-assistant --version
Edit1: The analyzer step is pretty slow 15-30 seconds per
Applying upgrade step
* 34 diagnostics. Edit2: The upgrade assistant might be in an infinite loop. I'm currently at 100+ attempted code fixes. Edit3: Is there a way to skip certain steps when using--non-interactive
?