jmederosalvarado / roslyn.nvim

Roslyn LSP plugin for neovim
MIT License
192 stars 33 forks source link

Problems installing Server #22

Closed tilupe closed 5 months ago

tilupe commented 5 months ago

I had this plugin working for a while now. Because I ran into some buggy behavior I thought to reinstall the server. But now I can't install it anymore... All what I get back is:

Failed to restore Roslyn package: {
  code = 1,
  signal = 0,
  stderr = ""
}

Any ideas?

tilupe commented 5 months ago

This is a duplicate of https://github.com/jmederosalvarado/roslyn.nvim/issues/4#issue-1955972768 I also had Authoriazation problems and I guess my dotnet restore hat problems after installing dotnet 8 sdk eventhough I have 7 still installed. The solution was also to change the target framework to net8 in the csproj