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

Conversion hangs on phase 2 #941

Closed
deltamind opened this issue Aug 10, 2022 · 1 comment
Closed

Conversion hangs on phase 2 #941

deltamind opened this issue Aug 10, 2022 · 1 comment

Comments

@deltamind
Copy link

Hi,

I'm trying to convert a whole VB project to C#.

But the conversion always "freezes" on phase 2 (simplification). And never finishes (no .csproj is created).

As I noticed, it stops at the same file. Is there a way to see what could be happening with this simplification?

Could be something regarding this new release?
I already used the converter in a larger project in the past and worked fine.

Thanks!

@GrahamTheCoder
Copy link
Member

GrahamTheCoder commented Aug 10, 2022

I'll consolidate this issue with #877
Please add any further discussion there. The crucial thing is to get a whole solution repro that I can debug and try out fixes
Other ways to help learn more about the issue would be to run the code from source, or attach a debugger in to VS when it's hanging and post some stack traces, or attach a performance profiler and send upload the trace somewhere.
Thanks for the report, this is an issue I'd really like to tackle but it's very hard without a repro.

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

2 participants