-
Notifications
You must be signed in to change notification settings - Fork 671
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
Errors showing, Intellisense, using resolving doesn't work. #1696
Comments
Hi @oleksiivasylenko: Could you provide your OmniSharp log to see if there were any errors loading your project? Follow these steps to get your log:
|
Hi @DustinCampbell . Here is log
|
From the log above, it looks like everything loaded properly, but it didn't find any projects in your solution file, |
Note that you can add projects to a solution using the .NET CLI using the Let me know if it doesn't work after adding your projects to the solution file. |
Hi @DustinCampbell, thank you. Thant was an issue. I've used dotnet-sln and it helped me. Didn't know that it will be such behaviour if you do not add projects. Thanks! |
Environment data
Product Information:
Version: 1.0.4
Commit SHA-1 hash: af1e6684fd
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.12
OS Platform: Darwin
RID: osx.10.12-x64
Base Path: /usr/local/share/dotnet/sdk/1.0.4
VS Code version: June 2017 (version 1.14)
C# Extension version: 1.11.0
Steps to reproduce
Expected behavior
Erorrs showed, intellisence helped resolve usings.
Actual behavior
No erros is showed, intellisence doesn't help me to implement interface.
The text was updated successfully, but these errors were encountered: