csharp-language-server-protocol icon indicating copy to clipboard operation
csharp-language-server-protocol copied to clipboard

Language Server Protocol in C#

Results 178 csharp-language-server-protocol issues
Sort by recently updated
recently updated
newest added

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/15.5.2?slim=true)](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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Serilog.Sinks.File/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Serilog.Sinks.File/7.0.0?slim=true)](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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/MediatR/12.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/MediatR/12.5.0?slim=true)](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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/XunitXml.TestLogger/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/XunitXml.TestLogger/6.1.0?slim=true)](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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Nerdbank.Streams/2.12.87?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Nerdbank.Streams/2.12.87?slim=true)](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...