Skip to content

v2.53.17

Pre-release
Pre-release
Compare
Choose a tag to compare
@dibarbet dibarbet released this 24 Oct 20:23
· 191 commits to main since this release
cef8fbf

Changes in 2.53.17

  • Update Roslyn to 4.13.0-1.24518.1 (PR: #7670)
    • Fix issue where server sometimes crashed when saving new C# file for the first time (PR: #75509)
    • Report LSP loading telemetry (PR: #75402)
  • Bumped xamlTools to 17.13.35414.86 (PR: #7664)
  • Escape code block in changelog (PR: #7665)
  • Lookup Razor file context using its document uri. (PR: #7663)
  • Update razor to 9.0.0-preview.24516.1 (PR: #7667)
    • Add CLaSP Request Tracking (PR: #11015)
    • Fix potentially ambiguous System.Object in _Imports.razor (PR: #10999)
    • Fix nullability to match specification (PR: #11003)
    • Recognize _Imports.razor in the source generator (PR: #10992)
    • Fix @inherits mapping for fuse (PR: #10985)
    • Fix project publish (or: Various project system fixes) (PR: #10983)
    • Emit and map empty csharp tokens (PR: #10969)
    • Fix Generate Event Handler code action (PR: #10967)
    • Add IProjectSnapshot.ContainsDocument to test document paths cheaply (PR: #10975)
    • Refresh diagnostics on project changes (PR: #10964)
    • Don't throw if we get an old/bad Inlay Hint request (PR: #10968)
    • Fix on type formatting (PR: #10949)