Skip to content

v2.78.15

Pre-release
Pre-release

Choose a tag to compare

@dibarbet dibarbet released this 17 Jun 20:46
· 628 commits to main since this release
1668d52

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)