We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dotnet --info output: .NET Command Line Tools (1.0.0-preview1-002702)
dotnet --info
Product Information: Version: 1.0.0-preview1-002702 Commit Sha: 6cde21225e
Runtime Environment: OS Name: Mac OS X OS Version: 10.11 OS Platform: Darwin RID: osx.10.11-x64 VS Code version: 1.2.1 C# Extension version: 1.1.6
project:
{ "version": "1.0.0-*", "dependencies": { }, "frameworks": { "monotouch": { "dependencies": { "someproject": { "target": "project", "version": "1.0.0-*" } } } } }
referenced projects:
{ "version": "1.0.0-*", "buildOptions": { "emitEntryPoint": false, "allowUnsafe": true }, "frameworks": { "monotouch":{ "bin" : { "assembly": "[someproject dll]" } } } }
Code in project compiles resolving references from the referenced project.
VSCode shows issues with resolving types from referenced project.
dotnet restore + dotnet build works fine and compiles code.
The text was updated successfully, but these errors were encountered:
duplicate of #424
Sorry, something went wrong.
No branches or pull requests
Environment data
dotnet --info
output:.NET Command Line Tools (1.0.0-preview1-002702)
Product Information:
Version: 1.0.0-preview1-002702
Commit Sha: 6cde21225e
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.11
OS Platform: Darwin
RID: osx.10.11-x64
VS Code version: 1.2.1
C# Extension version: 1.1.6
Steps to reproduce
project:
referenced projects:
Expected behavior
Code in project compiles resolving references from the referenced project.
Actual behavior
VSCode shows issues with resolving types from referenced project.
dotnet restore + dotnet build works fine and compiles code.
The text was updated successfully, but these errors were encountered: