Skip to content

Releases: OmniSharp/omnisharp-roslyn

v1.39.11

20 Dec 02:02
9d4176a
Compare
Choose a tag to compare
  • Update changelog (PR: #2591)
  • Update Readme text and fix broken link. (#2581, PR: #2582)
  • Update SDKs and dependencies (#2586, PR: #2588)
  • Updated to latest dotnet-script 1.5.0 (PR: #2585)

v1.39.10

05 Oct 18:09
dde8119
Compare
Choose a tag to compare
  • Add RazorComplier EA to support razor generators (PR: #2572)

v1.39.9

05 Oct 01:45
8fa31b6
Compare
Choose a tag to compare
  • Add Kind parameter to InlayHint (PR: #2570)
  • Do not include commit characters if the typed span is empty (PR: #2569)
  • Update Roslyn to version 4.9.0-1.23504.3 (PR: #2567)
  • Async diagnostics analyzer work queue (PR: #2351)
  • Add InlayHint implementation to OmniSharp.LSP (PR: #2566)
  • Include the project file name when invoking dotnet build (PR: #2565)
  • feat: ignore diagnostics for generated code (PR: #2509)
  • Update documentation to reflect --stdio flag deprecation (#2439) (PR: #2554)
  • Update Roslyn to version 4.8.0-1.23374.10 (PR: #2555)
  • Use double quote when quoting un script path (PR: #2553)

v1.39.8

17 Jul 22:02
9cec32d
Compare
Choose a tag to compare
  • Use core LSP TokenTypes where possible and validate token names (PR: #2548)

v1.39.7

21 Jun 00:37
0f52655
Compare
Choose a tag to compare
  • Respond to breaking change in VSCode 1.79.2 in completion (PR:#2542)
  • Use dotnet-cake for build (PR:#2537)
  • Implement LSP CodeAction resolve (PR:#2467)

v1.39.6

14 Mar 16:55
ed467d0
Compare
Choose a tag to compare
  • Use new VS threading version to match with Razor (PR:#2518)

v1.39.5

11 Mar 00:24
d7555eb
Compare
Choose a tag to compare
v1.39.5 Pre-release
Pre-release
  • Update to Roslyn 4.6.0-3.23153.5 (PR:#2511)
  • Report to the client if the project being loaded is sdk style (PR:#2502)

v1.39.4

19 Jan 00:40
74d7ef5
Compare
Choose a tag to compare
  • Disable snippets in sync completion (PR: #2497)

v1.39.3

05 Jan 22:22
cc23e78
Compare
Choose a tag to compare
  • Update Roslyn to 4.5.0-2.22527.10 (PR: #2486)
  • Update dotnet-script dependencies to 1.4.0 (PR: #2477)
  • Register the LanguageServerLogger only once (PR: #2473)

v1.39.2

27 Oct 23:15
a35e889
Compare
Choose a tag to compare
  • Add missing LSP Handlers (PR: #2463)
  • Add the TypeDefinitionHandler to the LSP (PR: #2461)
  • Update .NET SDK and Roslyn (PR: #2458)
  • Don't remap line mappings in Razor files (PR: #2460)
  • Adds missing /open endpoint to Cake (PR: #2457)
  • Adds V2 Highlight support to Cake (PR: #2456)
  • Include Cake bits in .NET 6 builds (PR: #2455)
  • Host dependency cleanup (PR: #2436)
  • Upgrade http driver to latest ASP.NET Core version when running in .NET 6 (PR: #2446)
  • updated IL Spy to 7.2.1.6856 (PR: #2447)
  • Add comment to app.config explaining System.Memory versioning (PR: #2444)
  • Add explicit System.Memory dependency to Hosts (PR: #2443)
  • Return generated file info for find references (PR: #2434)
  • Support NUnit TheoryAttribute (PR: #2435)
  • Provide SourceGeneratedFileInfo for workspace symbolls requests (PR: #2431)
  • Take the first dotnet cli we find instead of the last one we find (match the comment) (PR: #2427]
  • Record whether a CodeAction is a fix or not (PR: #2430)
  • Update VMs used in build CI. (PR: #2425)
  • Only get first document's highlights (PR: #2424)