-
Notifications
You must be signed in to change notification settings - Fork 420
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
Update to MSBuild project model and fix for cross-targeting projects #707
Update to MSBuild project model and fix for cross-targeting projects #707
Conversation
I wonder if this is ready to merge into dev? |
d6daf1a
to
d845805
Compare
That ran locally grumble |
4c762c7
to
b361033
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ | ||
// For now, we'll just pick the first target framework. Eventually, we'll need to | ||
// do better and potentially allow OmniSharp hosts to select a target framework. | ||
targetFramework = targetFrameworks[0]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the past we've exposed this on each request, but a dedicated endpoint would be ideal.
What about support in VScode? Any UI that might be setup?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eventually, yeah. Providing this on each request might prove very expensive.
36ce9a2
to
ce473ec
Compare
d601450
to
28ec64c
Compare
28ec64c
to
0023a4c
Compare
Lots of changes here, but the key pieces are: