Closed SwooshyCueb closed 1 week ago
@SwooshyCueb We made big changes to how we discover MSBuild in 1.13. @DustinCampbell Any idea what's going on here?
I doubt this is related to MSBuild discovery since the CodeLens references indicators show that MSBuild is clearly loading the project. It looks to me like a metadata reference is being added twice within OmniSharp.
Same here. This is blocking us from using vscode.
dotnet --info
.NET Command Line Tools (2.1.100)
Product Information:
Version: 2.1.100
Commit SHA-1 hash: b9e74c6520
Runtime Environment:
OS Name: Windows
OS Version: 6.3.9600
OS Platform: Windows
RID: win81-x64
Base Path: C:\Program Files\dotnet\sdk\2.1.100\
Microsoft .NET Core Shared Framework Host
Version : 2.0.5
Build : 17373eb129b3b05aa18ece963f8795d65ef8ea54
vscode: 1.20.1 ms-vscode.csharp: 1.14.0
This still occurs with omnisharp-vscode 1.16.1/omnisharp 1.32.5/Mono 5.16.0.147/vscode 1.27.2
A lot has changed with O# project loading since this issue was opened. Please reopen with fresh details if it is still a problem.
Environment data
dotnet --info
output:VS Code version: 1.18.1 C# Extension version: 1.13.1
mono --version
output:Mono Debug extension version: 0.15.8
Steps to reproduce
Expected behavior
Intellisense should not throw fits about symbols/objects from the referenced project.
Actual behavior
Intellisense throws fits about symbols/objects from the referenced project.
Notes