csharp-language-server-protocol
csharp-language-server-protocol copied to clipboard
Language Server Protocol in C#
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [lint-staged](https://redirect.github.com/lint-staged/lint-staged) | [`15.4.3` -> `15.5.2`](https://renovatebot.com/diffs/npm/lint-staged/15.4.3/15.5.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Serilog.Sinks.File](https://redirect.github.com/serilog/serilog-sinks-file) | `6.0.0` -> `7.0.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 | |---|---|---|---|---|---| | [MediatR](https://redirect.github.com/jbogard/MediatR) | `12.4.1` -> `12.5.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
Fix up #1336 - Mimic the style of the RSG/Nuke repo's .build - Regenerated GH actions - Left in the tweaks around NuGet caching, the matrix of artifacts, and NuGet...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [XunitXml.TestLogger](https://redirect.github.com/spekt/testlogger) | `6.0.0` -> `6.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 | |---|---|---|---|---|---| | [Nerdbank.Streams](https://redirect.github.com/AArnott/Nerdbank.Streams) | `2.11.92` -> `2.12.87` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
The Debug Adapter Protocol spec states: > Initialization happens first, and the debug adapter must respond to the initialize request with any capabilities before any further communication can take place....
## Reproduce (per the provided sample in this repo) ``` .OnInitialize( (languageServer, initializeParams, cancellationToken) => { if (languageServer.WorkDoneManager.IsSupported) { initializeProgress = languageServer.WorkDoneManager.For( initializeParams, new WorkDoneProgressBegin() { Title = "Initializing PowerShell...