csharp-language-server-protocol
csharp-language-server-protocol copied to clipboard
Language Server Protocol in C#
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-dotnet](https://redirect.github.com/actions/setup-dotnet) | action | minor | `v4.0.1` -> `v4.1.0` | --- ### Release...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Rocket.Surgery.Nuke](https://rocketsurgeonsguild.github.io/) ([source](https://redirect.github.com/RocketSurgeonsGuild/Nuke)) | `1.8.36` -> `2.9.11` | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Verify.SourceGenerators](https://redirect.github.com/VerifyTests/Verify.SourceGenerators) | `2.4.3` -> `2.5.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [XunitXml.TestLogger](https://redirect.github.com/spekt/testlogger) | `4.0.254` -> `4.1.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.CodeAnalysis.Analyzers](https://redirect.github.com/dotnet/roslyn-analyzers) | `3.3.4` -> `3.11.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
I am working on an extension for Visual Studio. This implements a Language Server (LSP) also. Both extension and LSP are written in C#.NET. Is it a requirement that Language...
Since this repository has not been maintained for a long time, I have redeveloped a language server framework that supports AOT and the latest LSP standard. Everyone is welcome to...
When starting my languageserver from my extension I get an exception from "VS/IDE/TaskStatusCenter/RunningRegisteredTaskFailed": ``` StreamJsonRpc.RemoteMethodNotFoundException: No method by the name 'initialize' is found. at StreamJsonRpc.JsonRpc.<InvokeCoreAsync>d__154`1.MoveNext() --- End of stack trace...
## Summary When calling the `LanguageClient.RequestCallHierarchyOutgoing` method, the language client uses the method name `textDocument/prepareCallHierarchy` instead of `callHierarchy/outgoingCalls` in the JSON-RPC that's sent to the language server. This (apart from...