seblj / roslyn.nvim

Roslyn LSP plugin for neovim
MIT License
11 stars 6 forks source link

Update README.md with more detailed install instructions #1

Closed SteffenBlake closed 1 month ago

SteffenBlake commented 1 month ago

The existing instructions that indicate one should install the C# Dev Kit is potentially a violation of ToS / Licensing, the C# Dev Kit is licensed to only be used with Visual Studio Code.

However the specific nuget package we need (Microsoft.CodeAnalysis.LanguageServer) is explicitly broken out to be licensed for open use, so we want to instruct people to download it directly to avoid encouraging people to potentially violate license agreements (and potential irk microsoft's legal team)

Downloading it directly off their nuget feed and then unpacking it is the best way to stick to their license on the package (and it means not needing to have to install VS Code and a plugin for it at all)

seblj commented 1 month ago

Wow, I didn't get any notification for this... Thank you for your contribution and detailed instructions!