Skip to content

v2.80.16

Choose a tag to compare

@dibarbet dibarbet released this 17 Jun 20:51
· 735 commits to main since this release
a3e53fc

Changes in 2.80.16 (since 2.76.27)

2.80.x

  • Fix license link in marketplace (PR: #8318)
  • Localization (PR: #8309)
  • Re-enabling and stabilizing completion tests (PR: #8306)

2.79.x

  • Bump Roslyn to 5.0.0-1.25266.2 (PR: #8298)
    • hotfix to fix restore and stop including bin/obj artifacts in directory with loose files(PR: #78615)
    • Ensure we pass unique binlog paths to each BuildHost(PR: #78599)
    • Fix embedded language classification inside multi-line string(PR: #78588)

2.78.x

  • Bump Roslyn to 5.0.0-1.25263.3 (PR: #8287)
    • File based programs IDE support(PR: #78488)
    • Gracefully handle span mapping failing(PR: #78520)
    • Cancel running requests when the connection terminates(PR: #78525)
    • Cache extension method import info per project ID(PR: #78542)
    • Fix crash in 'introduce variable' on top-level statements(PR: #78507)
    • Fix information logs getting logged as debug in VSCode(PR: #78522)
    • Shorten log category name(PR: #78526)
    • Reduce allocations during SourceGeneration(PR: #78403)
    • Fix razor redirect(PR: #78448)
  • Bump Razor to 10.0.0-preview.25262.1 (PR: #8283)
    • Compiler: Replace SyntaxListBuilder with PooledArrayBuilder and miscellaneous performance tweaks (PR: #11841)
    • Allow html requests to be properly cancelled (PR: #11829)
    • Fuse/typeparamintellisense (PR: #11795)
    • Port auto insert to VS Code (PR: #11828)

2.77.x

  • Bump xamlTools to 17.14.36106.43 (PR: #8260)
  • Bump Razor to 10.0.0-preview.25256.6 (PR: #8259)
    • Improve document handling in VS Code and cohosting (#11825) (PR: #11825)
    • Use new select and order method (#11826) (PR: #11826)
    • Make it so validation happens after filtering and normalization (#11811) (PR: #11811)
    • Port remaining cohosting endpoints to VS Code (#11815) (PR: #11815)
    • Fix cohost semantic tokens in VS Code (#11816) (PR: #11816)
    • Fix some hardcoded values in cohosting (#11817) (PR: #11817)
    • Add new shared SelectXXXAsArray helpers (#11796) (PR: #11796)