-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[Add Using] Does not offer to add reference to shared project #8572
Comments
This is an interesting case that i have no idea how to solve :) The problem is htat shared projects, as i understand them, are just a bundle of linked files. Those linked files mean nothing until they are included within some actual project. It's possible we could try to support this through the usage of some sort of virtual project made for this shared project, and some sort of virtual compilation for this project though. |
Triage feels like this is really hairy and kind of new feature. Adding to the backlog. |
Closing out due to lack of feedback. |
SharedProject1
that contains type TestClassLibrary1
that contains the following code:Expected: Add Using offers to add reference to
SharedProject1
Actual:
SharedProject1
is not offeredThe text was updated successfully, but these errors were encountered: