Skip to content
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

Pattern not found #440

Closed
mvrozanti opened this issue Dec 21, 2018 · 26 comments
Closed

Pattern not found #440

mvrozanti opened this issue Dec 21, 2018 · 26 comments

Comments

@mvrozanti
Copy link

mvrozanti commented Dec 21, 2018

$ uname -or
4.19.1-arch1-1-ARCH GNU/Linux

It automatically starts the Roslyn server on startup but if I shut it down and start it again I get the following:

DEBUG: 'Using Neovim jobstart to start the following command:'
DEBUG: ['mono', '/home/nexor/.omnisharp/omnisharp-roslyn/OmniSharp.exe', '-p', 49761, '-s'
, '/home/nexor/sys4bank/csharp_test/test.sln']
...
Plug 'OmniSharp/omnisharp-vim'
set completeopt=longest,menuone,preview
let g:OmniSharp_proc_debug = 1
let g:OmniSharp_server_use_mono = 1
Plug 'neoclide/coc.nvim', {'tag': '*', 'do': { -> coc#util#install()}}
...

<C-x><C-o>:

stdout: ['^[[40m^[[32minfo^[[39m^[[22m^[[49m: OmniSharp.Http.Middleware.LoggingMiddleware[0]', ' /autocomplete: 200 0ms', '']

But does not bring omnicompletion menu up

csharp_test.csproj

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Compile Include="File.cs" />
  </ItemGroup>
  <Target Name="Build">
    <Csc Sources="@(Compile)"/>
  </Target>
</Project>

test.sln

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp_test", "csharp_test.csproj", "{586495DF-09DD-4D61-B0EA-84DB30B0C552}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|x64 = Debug|x64
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|x64 = Release|x64
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{586495DF-09DD-4D61-B0EA-84DB30B0C552}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{586495DF-09DD-4D61-B0EA-84DB30B0C552}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{586495DF-09DD-4D61-B0EA-84DB30B0C552}.Debug|x64.ActiveCfg = Debug|Any CPU
		{586495DF-09DD-4D61-B0EA-84DB30B0C552}.Debug|x64.Build.0 = Debug|Any CPU
		{586495DF-09DD-4D61-B0EA-84DB30B0C552}.Debug|x86.ActiveCfg = Debug|Any CPU
		{586495DF-09DD-4D61-B0EA-84DB30B0C552}.Debug|x86.Build.0 = Debug|Any CPU
		{586495DF-09DD-4D61-B0EA-84DB30B0C552}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{586495DF-09DD-4D61-B0EA-84DB30B0C552}.Release|Any CPU.Build.0 = Release|Any CPU
		{586495DF-09DD-4D61-B0EA-84DB30B0C552}.Release|x64.ActiveCfg = Release|Any CPU
		{586495DF-09DD-4D61-B0EA-84DB30B0C552}.Release|x64.Build.0 = Release|Any CPU
		{586495DF-09DD-4D61-B0EA-84DB30B0C552}.Release|x86.ActiveCfg = Release|Any CPU
		{586495DF-09DD-4D61-B0EA-84DB30B0C552}.Release|x86.Build.0 = Release|Any CPU
	EndGlobalSection
EndGlobal

How else may I debug this?

EDIT: I must say that I have https://github.com/neoclide/coc.nvim plugin installed

@axvr
Copy link
Contributor

axvr commented Dec 21, 2018

Hi @mvrozanti, could you give us the commands you ran to create the project you detailed above, it seems to me that there could be something wrong with the .csproj and/or the .sln file.


If you are using .NET Core 2.0+, could you test using OmniSharp-vim with the project generated by running these commands:

mkdir -p TestProject/
cd TestProject
dotnet new console -o TestProject
dotnet new sln
dotnet sln add TestProject/TestProject.csproj

Then open the file TestProject/Program.cs in Vim or Neovim, and test again.

@mvrozanti
Copy link
Author

mvrozanti commented Dec 21, 2018

TestProject
├── TestProject
│   ├── obj
│   │   ├── project.assets.json
│   │   ├── TestProject.csproj.nuget.cache
│   │   ├── TestProject.csproj.nuget.g.props
│   │   └── TestProject.csproj.nuget.g.targets
│   ├── Program.cs
│   └── TestProject.csproj
└── TestProject.sln

2 directories, 7 files

Done as instructed but still no completions. This time upon opening TestProject/Program.cs I get the following:
stdout: ['^[[41m^[[30mfail^[[39m^[[22m^[[49m: OmniSharp.MSBuild.ProjectManager[0]', ' ...t is not loaded: /home/nexor/sys4bank/TestProject/TestProject/TestProject.csproj', '']

Trying <C-x><C-o> shows stdout: ['^[[40m^[[32minfo^[[39m^[[22m^[[49m: OmniSharp.Http.Middleware.LoggingMiddlew... OmniSharp.Http.Middleware.LoggingMiddleware[0]', ' /autocomplete: 200 73ms', '']

@axvr
Copy link
Contributor

axvr commented Dec 21, 2018

Ok, could you now give us the output from running :OmniSharpOpenPythonLog (this file may be very long, so please give us the output from today (first line which begins with: 2018-12-21) to the bottom of the file).

@mvrozanti
Copy link
Author

mvrozanti commented Dec 21, 2018

2018-12-20 21:32:46,943 ERROR Error running python codeFormat()
Traceback (most recent call last):
  File "/home/nexor/.config/nvim/plugged/omnisharp-vim/python/omnisharp/vimcmd.py", line 25, in wrapper
    ret = fxn(*args, **kwargs)
  File "/home/nexor/.config/nvim/plugged/omnisharp-vim/python/omnisharp/commands.py", line 189, in codeFormat
    setBuffer(response.get("Buffer"))
AttributeError: 'NoneType' object has no attribute 'get'
2018-12-20 21:32:50,728 ERROR Error running python codeFormat()
Traceback (most recent call last):
  File "/home/nexor/.config/nvim/plugged/omnisharp-vim/python/omnisharp/vimcmd.py", line 25, in wrapper
    ret = fxn(*args, **kwargs)
  File "/home/nexor/.config/nvim/plugged/omnisharp-vim/python/omnisharp/commands.py", line 189, in codeFormat
    setBuffer(response.get("Buffer"))
AttributeError: 'NoneType' object has no attribute 'get'
2018-12-20 21:32:52,121 ERROR Error running python codeFormat()
Traceback (most recent call last):
  File "/home/nexor/.config/nvim/plugged/omnisharp-vim/python/omnisharp/vimcmd.py", line 25, in wrapper
    ret = fxn(*args, **kwargs)
  File "/home/nexor/.config/nvim/plugged/omnisharp-vim/python/omnisharp/commands.py", line 189, in codeFormat
    setBuffer(response.get("Buffer"))
AttributeError: 'NoneType' object has no attribute 'get'

I'm supposing response shouldn't be None?

@axvr
Copy link
Contributor

axvr commented Dec 21, 2018

If you start the OmniSharp server manually, could you give everything it outputs to stdout.

~/.omnisharp/omnisharp-roslyn/run -vs "$(pwd)/TestProject.sln"

@mvrozanti
Copy link
Author

mvrozanti commented Dec 21, 2018

$ stat ~/.omnisharp/omnisharp-roslyn/run
stat: cannot stat '/home/nexor/.omnisharp/omnisharp-roslyn/run': No such file or directory

The bottom directory omnisharp-roslyn exists but no run file

@axvr
Copy link
Contributor

axvr commented Dec 21, 2018

Oh sorry, you are using the Mono version, so maybe try this command instead.

mono ~/.omnisharp/omnisharp-roslyn/OmniSharp.exe -vs "$(pwd)/TestProject.sln"

@mvrozanti
Copy link
Author

mvrozanti commented Dec 21, 2018

Sorry I forgot to mention that. Maybe I should update the title or first comment

info: OmniSharp.Http.Startup[0]
      Starting OmniSharp on arch 0.0 (x64)
info: OmniSharp.Cake.CakeProjectSystem[0]
      Detecting Cake files in '/home/nexor/sys4bank/TestProject'.
info: OmniSharp.Cake.CakeProjectSystem[0]
      Could not find any Cake files
info: OmniSharp.Http.Startup[0]
      Project system 'OmniSharp.DotNet.DotNetProjectSystem' is disabled in the configuration.
info: OmniSharp.MSBuild.ProjectSystem[0]
      Detecting projects in '/home/nexor/sys4bank/TestProject/TestProject.sln'.
info: OmniSharp.MSBuild.ProjectManager[0]
      Queue project update for '/home/nexor/sys4bank/TestProject/TestProject/TestProject.csproj'
info: OmniSharp.Script.ScriptProjectSystem[0]
      Detecting CSX files in '/home/nexor/sys4bank/TestProject'.
info: OmniSharp.Script.ScriptProjectSystem[0]
      Could not find any CSX files
info: OmniSharp.Http.Startup[0]
      Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpWorkspaceOptionsProvider
info: OmniSharp.Http.Startup[0]
      Configuration finished.
info: OmniSharp.Http.Startup[0]
      Omnisharp server running on port '2000' at location '/home/nexor/sys4bank/TestProject' on host -1.
info: OmniSharp.MSBuild.ProjectManager[0]
      Loading project: /home/nexor/sys4bank/TestProject/TestProject/TestProject.csproj
warn: OmniSharp.MSBuild.ProjectManager[0]
      Failed to load project file '/home/nexor/sys4bank/TestProject/TestProject/TestProject.csproj'.
fail: OmniSharp.MSBuild.ProjectManager[0]
      Attemped to update project that is not loaded: /home/nexor/sys4bank/TestProject/TestProject/TestProject.csproj

@axvr
Copy link
Contributor

axvr commented Dec 21, 2018

Could you run these commands on the TestProject project and reply with the output of each command. This will allow us to check that the generated project and your .NET Core install is working correctly.

dotnet restore TestProject.sln
dotnet build TestProject.sln
dotnet run -p TestProject/TestProject.csproj

@mvrozanti
Copy link
Author

Restore completed in 35.33 ms for /home/nexor/sys4bank/TestProject/TestProject/TestProject.csproj.

Microsoft (R) Build Engine version 15.9.20.62826 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.

  Restore completed in 36.43 ms for /home/nexor/sys4bank/TestProject/TestProject/TestProject.csproj.
  TestProject -> /home/nexor/sys4bank/TestProject/TestProject/bin/Debug/netcoreapp2.1/TestProject.dll

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:01.91

Hello World!

Looks like ok output

@axvr
Copy link
Contributor

axvr commented Dec 21, 2018

Yeah, that output is exactly what should be expected from a working installation.

Could I ask you if you manually installed OmniSharp-roslyn, or if you let OmniSharp-vim install it for you?

@axvr
Copy link
Contributor

axvr commented Dec 21, 2018

Since we know that your .NET Core environment is working, maybe we could try not using Mono, by removing the line:

let g:OmniSharp_server_use_mono = 1

from your Vim (or Neovim) config, then open the TestProject/Program.cs file in Vim and run :OmniSharpInstall, close Vim, then run this command:

~/.omnisharp/omnisharp-roslyn/run -vs "$(pwd)/TestProject.sln"

@mvrozanti
Copy link
Author

mvrozanti commented Dec 21, 2018

I installed omnisharp-vim through vim-plug and was asked if I wanted to install roslyn server, replied yes and restarted. After that I got the server running but sadly no completions.

I will try that right away

@mvrozanti
Copy link
Author

Removed let g:OmniSharp_server_use_mono = 1

:OmniSharpInstall:

Installing OmniSharp Roslyn...
OmniSharp installed to: ~/.omnisharp/omnisharp-roslyn/

~/.omnisharp/omnisharp-roslyn/run -vs "$(pwd)/TestProject.sln"

info: OmniSharp.Http.Startup[0]
      Starting OmniSharp on arch 0.0 (x64)
info: OmniSharp.Cake.CakeProjectSystem[0]
      Detecting Cake files in '/home/nexor/sys4bank/TestProject'.
info: OmniSharp.Cake.CakeProjectSystem[0]
      Could not find any Cake files
info: OmniSharp.Http.Startup[0]
      Project system 'OmniSharp.DotNet.DotNetProjectSystem' is disabled in the configuration.
info: OmniSharp.MSBuild.ProjectSystem[0]
      Detecting projects in '/home/nexor/sys4bank/TestProject/TestProject.sln'.
info: OmniSharp.MSBuild.ProjectManager[0]
      Queue project update for '/home/nexor/sys4bank/TestProject/TestProject/TestProject.csproj'
info: OmniSharp.Script.ScriptProjectSystem[0]
      Detecting CSX files in '/home/nexor/sys4bank/TestProject'.
info: OmniSharp.Script.ScriptProjectSystem[0]
      Could not find any CSX files
info: OmniSharp.Http.Startup[0]
      Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpWorkspaceOptionsProvider
info: OmniSharp.Http.Startup[0]
      Configuration finished.
info: OmniSharp.Http.Startup[0]
      Omnisharp server running on port '2000' at location '/home/nexor/sys4bank/TestProject' on host -1.
info: OmniSharp.MSBuild.ProjectManager[0]
      Loading project: /home/nexor/sys4bank/TestProject/TestProject/TestProject.csproj
warn: OmniSharp.MSBuild.ProjectManager[0]
      Failed to load project file '/home/nexor/sys4bank/TestProject/TestProject/TestProject.csproj'.
fail: OmniSharp.MSBuild.ProjectManager[0]
      Attemped to update project that is not loaded: /home/nexor/sys4bank/TestProject/TestProject/TestProject.csproj

@axvr
Copy link
Contributor

axvr commented Dec 21, 2018

Hm, Ok so that made no difference.

Two more questions:

  1. What version of .NET Core are you running (dotnet --version)?
  2. Did you install libuv? (I don't think this is the cause, as you would've got a different error message)

If your .NET Core version if 2.1.500, this may be the same problem as reported in #427.

@mvrozanti
Copy link
Author

$ dotnet --version
2.1.500

That might just be it.
I got libuv installed:

extra/libuv 1.24.0-1 [installed]
    Multi-platform support library with a focus on asynchronous I/O

Lemme read up on #427

@axvr
Copy link
Contributor

axvr commented Dec 21, 2018

Hi @mvrozanti, if you aren't busy, could I ask you to test something? Could you install msbuild-stable from the AUR and run ~/.omnisharp/omnisharp-roslyn/run -vs "$(pwd)/TestProject.sln" again.

Actually ignore that, it probably won't make a difference, but feel free to test it anyway if you like.

@mvrozanti
Copy link
Author

mvrozanti commented Dec 21, 2018

The workaround mentioned in that issue is pretty hackish. Maybe just downgrading dotnet should suffice? I'm just not sure how to easily do that.

I'm not too comfortable installing stuff from AUR unless extremely necessary. This package might also add a few dependency bugs with mono from what I read in the comments.

@nickspoons
Copy link
Member

Good debugging @axvr.

I notice that both of the terminal outputs you've posted have been from your original project - could you show what is getting output when you manually start the test project created with the commands @axvr gave?

If it also shows the Failed to load project file '...' output then the server is obviously unable to load solutions on your system for some reason - which makes this the same as #427 as @axvr says. It's really an OmniSharp-roslyn issue but only seems to affect the Http version.

@mvrozanti
Copy link
Author

mvrozanti commented Dec 21, 2018

I see. May I ask, what do you mean by "manually start the test project"?

@nickspoons
Copy link
Member

I'm sorry I misunderstood - this is the clean TestProject you've been posting the output of, after manually starting it from the command line.

@masaeedu
Copy link

masaeedu commented Mar 26, 2019

I'm in the same boat I think. On Arch Linux, have installed Omnisharp-Vim, but can't get any completions.

When I try to start up the server by hand I get the same "Attemped [sic] to update project that is not loaded" error message:

➜  TestProject git:(master) ✗ ~/.omnisharp/omnisharp-roslyn/run -vs "$(pwd)/TestProject.sln"
info: OmniSharp.Http.Startup[0]
      Starting OmniSharp on arch 0.0 (x64)
info: OmniSharp.Cake.CakeProjectSystem[0]
      Detecting Cake files in '/tmp/tmp.B6R4g5Uiii/TestProject'.
info: OmniSharp.Cake.CakeProjectSystem[0]
      Could not find any Cake files
info: OmniSharp.Http.Startup[0]
      Project system 'OmniSharp.DotNet.DotNetProjectSystem' is disabled in the configuration.
info: OmniSharp.MSBuild.ProjectSystem[0]
      Detecting projects in '/tmp/tmp.B6R4g5Uiii/TestProject/TestProject.sln'.
info: OmniSharp.MSBuild.ProjectManager[0]
      Queue project update for '/tmp/tmp.B6R4g5Uiii/TestProject/TestProject/TestProject.csproj'
info: OmniSharp.Script.ScriptProjectSystem[0]
      Detecting CSX files in '/tmp/tmp.B6R4g5Uiii/TestProject'.
info: OmniSharp.Script.ScriptProjectSystem[0]
      Could not find any CSX files
info: OmniSharp.Http.Startup[0]
      Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpWorkspaceOptionsProvider
info: OmniSharp.Http.Startup[0]
      Configuration finished.
info: OmniSharp.Http.Startup[0]
      Omnisharp server running on port '2000' at location '/tmp/tmp.B6R4g5Uiii/TestProject' on host -1.
info: OmniSharp.MSBuild.ProjectManager[0]
      Loading project: /tmp/tmp.B6R4g5Uiii/TestProject/TestProject/TestProject.csproj
warn: OmniSharp.MSBuild.ProjectManager[0]
      Failed to load project file '/tmp/tmp.B6R4g5Uiii/TestProject/TestProject/TestProject.csproj'.
fail: OmniSharp.MSBuild.ProjectManager[0]
      Attemped to update project that is not loaded: /tmp/tmp.B6R4g5Uiii/TestProject/TestProject/TestProject.csproj
➜  TestProject git:(master) ✗ dotnet --version
2.2.105

@masaeedu
Copy link

Searching for the "Attemped xyz" error message brings up a bunch of results on the VS Code extension's issue tracker, not sure if these are relevant: dotnet/vscode-csharp#2509

@masaeedu
Copy link

Following the advice of someone in that thread, here it is again with log level trace:

➜  TestProject git:(master) ✗ /home/ankh/.omnisharp/omnisharp-roslyn/run -l Trace -p 48355 -s /tmp/tmp.B6R4g5Uiii/TestProject/TestProject.sln
info: OmniSharp.Http.Startup[0]
      Starting OmniSharp on arch 0.0 (x64)
info: OmniSharp.Cake.CakeProjectSystem[0]
      Detecting Cake files in '/tmp/tmp.B6R4g5Uiii/TestProject'.
info: OmniSharp.Cake.CakeProjectSystem[0]
      Could not find any Cake files
info: OmniSharp.Http.Startup[0]
      Project system 'OmniSharp.DotNet.DotNetProjectSystem' is disabled in the configuration.
dbug: OmniSharp.MSBuild.ProjectSystem[0]
      MSBuild environment:
      Mode: Standalone
      RunningTests: False
      RunningInVisualStudio: False
      MSBuildToolsDirectory32: /home/ankh/.omnisharp/omnisharp-roslyn/omnisharp/msbuild/15.0/Bin
      MSBuildToolsDirectory64: /home/ankh/.omnisharp/omnisharp-roslyn/omnisharp/msbuild/15.0/Bin
      MSBuildSDKsPath: /home/ankh/.omnisharp/omnisharp-roslyn/omnisharp/msbuild/15.0/Bin/Sdks
      CurrentMSBuildConfigurationFile: /home/ankh/.omnisharp/omnisharp-roslyn/omnisharp/msbuild/15.0/Bin/MSBuild.dll.config
      CurrentMSBuildExePath: /home/ankh/.omnisharp/omnisharp-roslyn/omnisharp/msbuild/15.0/Bin/MSBuild.dll
      CurrentMSBuildToolsDirectory: /home/ankh/.omnisharp/omnisharp-roslyn/omnisharp/msbuild/15.0/Bin
      VisualStudioInstallRootDirectory:
      MSBuildExtensionsPath: /home/ankh/.omnisharp/omnisharp-roslyn/omnisharp/msbuild/15.0/Bin

dbug: OmniSharp.MSBuild.ProjectLoader[0]
      'MSBuildExtensionsPath' set to '/home/ankh/.omnisharp/omnisharp-roslyn/omnisharp/msbuild'
dbug: OmniSharp.MSBuild.ProjectLoader[0]
      'CscToolPath' set to '/home/ankh/.omnisharp/omnisharp-roslyn/omnisharp/msbuild/15.0/Bin/Roslyn'
dbug: OmniSharp.MSBuild.ProjectLoader[0]
      'CscToolExe' set to 'csc.exe'
info: OmniSharp.MSBuild.ProjectSystem[0]
      Detecting projects in '/tmp/tmp.B6R4g5Uiii/TestProject/TestProject.sln'.
info: OmniSharp.MSBuild.ProjectManager[0]
      Queue project update for '/tmp/tmp.B6R4g5Uiii/TestProject/TestProject/TestProject.csproj'
info: OmniSharp.Script.ScriptProjectSystem[0]
      Detecting CSX files in '/tmp/tmp.B6R4g5Uiii/TestProject'.
info: OmniSharp.Script.ScriptProjectSystem[0]
      Could not find any CSX files
info: OmniSharp.Http.Startup[0]
      Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpWorkspaceOptionsProvider
info: OmniSharp.Http.Startup[0]
      Configuration finished.
info: OmniSharp.Http.Startup[0]
      Omnisharp server running on port '48355' at location '/tmp/tmp.B6R4g5Uiii/TestProject' on host -1.
info: OmniSharp.MSBuild.ProjectManager[0]
      Loading project: /tmp/tmp.B6R4g5Uiii/TestProject/TestProject/TestProject.csproj
dbug: OmniSharp.MSBuild.Discovery.MSBuildLocator[0]
      Attempting to resolve 'Microsoft.Build.resources, Version=15.1.0.0, Culture=en-US, PublicKeyToken=b03f5f7f11d50a3a'
dbug: OmniSharp.MSBuild.Discovery.MSBuildLocator[0]
      FAILURE: Could not locate '/home/ankh/.omnisharp/omnisharp-roslyn/omnisharp/msbuild/15.0/Bin/Microsoft.Build.resources.dll'.
dbug: OmniSharp.MSBuild.Discovery.MSBuildLocator[0]
      Attempting to resolve 'Microsoft.Build.resources, Version=15.1.0.0, Culture=en, PublicKeyToken=b03f5f7f11d50a3a'
dbug: OmniSharp.MSBuild.Discovery.MSBuildLocator[0]
      FAILURE: Could not locate '/home/ankh/.omnisharp/omnisharp-roslyn/omnisharp/msbuild/15.0/Bin/Microsoft.Build.resources.dll'.
warn: OmniSharp.MSBuild.ProjectManager[0]
      Failed to load project file '/tmp/tmp.B6R4g5Uiii/TestProject/TestProject/TestProject.csproj'.
fail: OmniSharp.MSBuild.ProjectManager[0]
      Attemped to update project that is not loaded: /tmp/tmp.B6R4g5Uiii/TestProject/TestProject/TestProject.csproj

it seems to be looking for something it can't find, although idk if that's just one of those exceptions that are being thrown and caught as a matter of course and there's nothing wrong with it.

@nickspoons
Copy link
Member

@masaeedu I think this is different, your errors are not the same as the errors from OP,

However your errors do look like those from #403:

FAILURE: Could not locate '/Users/nelsyeung/.omnisharp/omnisharp-roslyn/omnisharp/msbuild/15.0/Bin/Microsoft.Build.resources.dll'

The issue was solved there by installing mono and using the mono version of OmniSharp-roslyn - could you give that a try?

@nickspoons
Copy link
Member

Since these are all OmniSharp-roslyn issues, and that repo has had several releases since this issue was opened which may fix it, I'm closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants