roslyn.nvim icon indicating copy to clipboard operation
roslyn.nvim copied to clipboard

Detected missing dependencies error within Unity projects

Open jasonpanosso opened this issue 11 months ago • 0 comments

For all Unity projects that I create, or work in, I am met with constant Detected missing dependencies. Run dotnet restore command. errors. This does not occur in non-unity projects. Running dotnet restore does not solve the issue.

Here's my lsp.log file:

[START][2024-03-23 13:42:30] LSP logging initiated
[WARN][2024-03-23 13:42:30] ...lsp/handlers.lua:573	"[Microsoft.CodeAnalysis.LanguageServer.HostWorkspace.FileWatching.DelegatingFileChangeWatcher] We are unable to use LSP file watching; falling back to our in-process watcher."
[WARN][2024-03-23 13:42:30] ...lsp/handlers.lua:573	"[LanguageServerProjectSystem] Project /home/jason/Projects/test-fresh-unity/Assembly-CSharp.csproj has unresolved dependencies"

Not sure if this is an issue with how Unity handles projects/solutions(I would not be surprised), or if it's an issue with Roslyn, or if it's an issue with this plugin. Would appreciate any help!

jasonpanosso avatar Mar 23 '24 17:03 jasonpanosso