-
Notifications
You must be signed in to change notification settings - Fork 676
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
ProjectReferences in csproj break intellisense #1457
Comments
This could be the same problem as described in #371 |
and #963 |
It's not #371, but it sounds to me like the same issue as #963, which is already fixed for the next release. Would you be willing to try the latest beta release and let us know if it works better for you? The release is available here. Be sure to follow the instructions at Installing Beta Releases. |
I'll give it a go and let you know. If it fixes the problem I will be very happy! |
Had the same problem, and the beta release fixed it! |
Thanks @DustinCampbell, that's worked perfectly for me! |
Glad to hear it. Thanks! |
Environment data
dotnet --info
output:Expected behavior
Omnisharp can handle
<ProjectReference>
the same way it can handle<PackageReference>
.Actual behavior
Adding the reference results in omnisharp not being able to recognise any namespaces or types from the referenced project. And intellisense doesn't work as expected.
The text was updated successfully, but these errors were encountered: