-
Notifications
You must be signed in to change notification settings - Fork 220
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
Project conversion converts proj file then pauses for a long time with no feedback #132
Comments
Thanks for the report. I've added this wiki page as a very quick first pass at documenting the usage. I won't do much more until I get feedback on its usefulness. To summarize for your particular case - your intuition is correct. i.e. When you convert a vbproj it will:
The only exceptions to this that come to mind are:
I've just manually verified this works as described on two test projects using the 5.7.0.0 extension.
|
Thanks for your response. I get no dialog when clicking `--------------------------------------------------------------------------------
The created
|
Interesting. Since there's no error, the most likely cause is that:
To narrow the possible causes, could you create a brand new library vbproj + solution and see if it converts that ok (to just an empty class or whatever)?
|
There's a chance this was a symptom that will be fixed by #135 (now released) |
I had the same issue, it turned out I was simply too impatient. After waiting for a long time it started converting the files too. Might be a good idea to let the user know something is happening in the background after converting the project file |
Thanks for getting in touch, it all makes sense now. It compiles any other referenced projects of the same language, and gives no feedback about doing so. If the project being converted references lots of other projects (or large projects, or running on a slow machine, etc.), it could take a long time with no feedback. Should be an easy fix, I'll try to get it done soon. I think there's also some caching I might be able to do to slightly speed up that time - I'll look into that afterwards. |
Erroneous output
Right-click on VB project, select
Convert to C#
converts just .vbproj file to .csprojExpected output
Right-click on VB project, select
Convert to C#
converts all project files.Details
Product in use: VS 2017 Extension
Version in use: 5.7.0.0
There is very little documentation, so I may be missing something obvious here. I know older versions were capable of converting a project. Currently, I seem to be limited to doing each file individually.
The text was updated successfully, but these errors were encountered: