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

Migrate VS extension to AsyncPackage #163

Closed
wjk opened this issue Apr 18, 2019 · 4 comments
Closed

Migrate VS extension to AsyncPackage #163

wjk opened this issue Apr 18, 2019 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@wjk
Copy link

wjk commented Apr 18, 2019

Per this documentation, the VS IDE extension should be migrated to use AsyncPackage and background autoloading. I tried to do this myself, but it would not compile (and I suspect that even if it did, I would introduce subtle threading bugs). If this could be addressed, I would appreciate it, because VS2019 nags me at launch about using the deprecated synchronous load mechanism. Thanks!

@dannyvv
Copy link
Member

dannyvv commented May 1, 2019

Hi @wjk,
Agree we need to update. For now it should work fine when ignoring the warning.
We don't have anything immediate scheduled, so marking it as "Up for grabs" if anybody wants to contributed.
Thanks, Danny

@dannyvv dannyvv added the help wanted Extra attention is needed label May 1, 2019
@rongjiecomputer
Copy link

@wjk What did you do to make the VS IDE extension run in VS 2019? I installed it, dismiss the performance warning, but C# Intellisense still doesn't seem to work.

@wjk
Copy link
Author

wjk commented Jun 5, 2019

@rongjiecomputer In all honesty, I didn't actually try that. I removed the extension right after I saw the performance warning. IMHO, BuildXL is a fascinating curiosity, but nowhere near ready for use on real projects (at least, outside of Microsoft). Sorry I wasn't able to help!

@almiliMSFT
Copy link
Contributor

Addressed in PR #516

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants