Skip to content

v2.8.23

Choose a tag to compare

@dibarbet dibarbet released this 25 Oct 19:05
· 2713 commits to main since this release
1843ab7

Changes in 2.8.23

  • Fix various failed requests in razor documents (PR: #6580)
  • Update Roslyn to 4.9.0-1.23519.13 (PR: #6573)
    • Filter completion list only with text before cursor (PR: #70448)
    • Bump MSBuild.StructuredLogger package version (PR: #70157)
    • Fix issues launching the server when a .NET 7 preview 7 runtime is installed (PR: #70446)
    • Ensure LSP didChange processing matches specification. (PR: #70407)
  • Debugger: Support Console.ReadLine with 'internalConsole' (PR: #6569)
  • Add dotnet executable path in list runtimes command (PR: #6559)
  • Update Razor to 7.0.0-preview.23516.2 (PR: #6550)
    • Make sure correct info is passed in code action resolve (PR: razor#9420)