Releases: OmniSharp/csharp-language-server-protocol
Releases · OmniSharp/csharp-language-server-protocol
The Breadcrumb Robbery (v0.18.0-beta.6)
As part of this release we had 27 issues closed.
bugs
- #316 Fixed bug in composite handler managers and added unit tests
- #315 Got too happy when I ran into a null response... it's allowed... lets…
chores
mysteriouss
- #310 Added fixture based tests and re-enabled disabled tests
- #309 Added support for custom handlers that can replace / work side-by-side with existing handlers
dependenciess
- #313 Bump Bogus from 30.0.2 to 30.0.3
- #312 Bump JetBrains.ReSharper.CommandLineTools from 2020.1.4 to 2020.2.0
- #304 Bump FluentAssertions from 5.10.2 to 5.10.3
- #303 Bump MediatR from 8.0.1 to 8.1.0
- #301 Bump Bogus from 29.0.1 to 30.0.2
- #300 Bump Serilog.Sinks.XUnit from 1.0.21 to 2.0.4
- #299 Bump System.IO.Pipelines from 4.7.1 to 4.7.2
- #297 Bump coverlet.collector from 1.2.0 to 1.3.0
- #296 Bump NSubstitute from 4.2.1 to 4.2.2
- #295 Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.7.0
- #294 Bump Nerdbank.Streams from 2.4.60 to 2.5.76
- #293 Bump JetBrains.ReSharper.CommandLineTools from 2019.3.4 to 2020.1.4
- #292 Bump ReportGenerator from 4.5.2 to 4.6.4
- #291 Bump coverlet.msbuild from 2.8.0 to 2.9.0
- #289 Bump Microsoft.Reactive.Testing from 4.3.2 to 4.4.1
- #288 Bump DryIoc.Internal from 4.3.0 to 4.3.1
- #287 Bump xunit.runner.visualstudio from 2.4.1 to 2.4.3
- #286 Bump GitVersion.Tool from 5.2.4 to 5.3.7
- #284 Bump Xunit.SkippableFact from 1.4.8 to 1.4.13
- #282 Bump peaceiris/actions-label-commenter from v1.3.7 to v1.5.0
The Breadcrumb Robbery (v0.18.0-beta.5)
As part of this release we had 26 issues closed.
bug
- #315 Got too happy when I ran into a null response... it's allowed... lets…
chores
mysteriouss
- #310 Added fixture based tests and re-enabled disabled tests
- #309 Added support for custom handlers that can replace / work side-by-side with existing handlers
dependenciess
- #313 Bump Bogus from 30.0.2 to 30.0.3
- #312 Bump JetBrains.ReSharper.CommandLineTools from 2020.1.4 to 2020.2.0
- #304 Bump FluentAssertions from 5.10.2 to 5.10.3
- #303 Bump MediatR from 8.0.1 to 8.1.0
- #301 Bump Bogus from 29.0.1 to 30.0.2
- #300 Bump Serilog.Sinks.XUnit from 1.0.21 to 2.0.4
- #299 Bump System.IO.Pipelines from 4.7.1 to 4.7.2
- #297 Bump coverlet.collector from 1.2.0 to 1.3.0
- #296 Bump NSubstitute from 4.2.1 to 4.2.2
- #295 Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.7.0
- #294 Bump Nerdbank.Streams from 2.4.60 to 2.5.76
- #293 Bump JetBrains.ReSharper.CommandLineTools from 2019.3.4 to 2020.1.4
- #292 Bump ReportGenerator from 4.5.2 to 4.6.4
- #291 Bump coverlet.msbuild from 2.8.0 to 2.9.0
- #289 Bump Microsoft.Reactive.Testing from 4.3.2 to 4.4.1
- #288 Bump DryIoc.Internal from 4.3.0 to 4.3.1
- #287 Bump xunit.runner.visualstudio from 2.4.1 to 2.4.3
- #286 Bump GitVersion.Tool from 5.2.4 to 5.3.7
- #284 Bump Xunit.SkippableFact from 1.4.8 to 1.4.13
- #282 Bump peaceiris/actions-label-commenter from v1.3.7 to v1.5.0
Hotfix
Bring back ShowXyz methods that were removed by accident.
The Breadcrumb Robbery (v0.18.0-beta.4)
- Debug Adapter Server / Client update (#267)
- Added the ability to use strongly typed data fields with codelens, completion and documentlink (#269)
- Commands, bugs, helpers and more! (#268)
- Fixed issues with codelens, documentlink and completion item data (#272)
- Added JsonConverter attributes where appropriate to allow for more ad ( #271)
- Updated router and added jsonrpc integration tests (#274)
- fixed an issue introduced in a previous beta were custom commands would not work under lsp.
The Breadcrumb Robbery (v0.18.0-beta.3)
- Debug Adapter Server / Client update (#267)
- Added the ability to use strongly typed data fields with codelens, completion and documentlink (#269)
- Commands, bugs, helpers and more! (#268)
- Fixed issues with codelens, documentlink and completion item data (#272)
- Added JsonConverter attributes where appropriate to allow for more ad ( #271)
The Breadcrumb Robbery (v0.18.0-beta.2)
The Breadcrumb Robbery (v0.18.0-beta.1)
v0.17.3 - Updated latest spec version
- Updates to the latest spec version for semantic tokens.
- Brings in new interfaces for LogTrace and SetTrace (not current;y wired in to anything)
Updated semantic tokens to the latest spec version
- Updates to the latest spec version for semantic tokens.
- Brings in new interfaces for LogTrace and SetTrace (not current;y wired in to anything)
v0.17.2
This fixes a few small bugs that have been found where we don't fully adhere to the spec.
Thanks @TylerLeonhardt !