-
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
Error and warnings gets overrided by dependencies projects #855
Labels
Comments
@supchi31 you are talking about C# projects? |
From @supchi31 on October 31, 2016 15:40 Yes, indeed I guess the problem comes from omnisharp, I might have posted the issue in the wrong place. |
@supchi31 I'll move the issue. |
The omnisharp 1.5 beta 4 solved the issue. |
Glad to hear that 1.5-beta4 worked for you. Thanks for verifying! |
#812 is the primary issue tracking this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @supchi31 on October 31, 2016 15:12
Steps to Reproduce:
1.Create 2 projects, write basic code in each, reference project 1 in project 2
2.Make unecessary using in project 1
3. Type an error in project 2, project 2 shows error for a brief moment, then just shows warning of project 1
Very annoying
Copied from original issue: microsoft/vscode#14762
The text was updated successfully, but these errors were encountered: