-
Notifications
You must be signed in to change notification settings - Fork 221
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
Vs Extension should NOT build entire solution prior to conversion #816
Comments
Sounds reasonable to me. I'll see if I can make converting a single project/document only build the project in question |
Thank you for looking into this. If this is too hard, at the least show a warning / messagebox asking whether extension should rebuild the whole solution, or the user would do it manually before attempting the conversion. |
My first attempt to improve this was released this morning, please let me know if updating to 8.4.5.0 improves things for you (or indeed causes any new issues!). The VS DTE APIs are a bit finnicky... |
Just tested the new version. It worked really well this time - no solution rebuild was triggered! Thanks for your work! |
Great, thanks for letting me know! |
Steps to reproduce
What happens:
Entire solution is being built.
What should happen:
Only the project should be built along with its dependencies. Why? In my case I had a solution with 80+ projects, only 20 of which were related to the project being converted, which moreover was up to date anyways. So the conversion process triggered entire solution rebuilt which was completely unnecessary, and moreover may screw up various things when you do not expect certain projects to be built.
The text was updated successfully, but these errors were encountered: