Skip to content

v2.120.3

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Feb 20:55
· 284 commits to main since this release
6cfd43a

2.120.x

  • Update Roslyn to 5.5.0-2.26080.10 (PR: #8941)
    • LSP: Tolerate non-mutating requests where we are unable to determine the language (PR: #81660)
    • Update SQLitePCLRaw to 2.1.6 and remove NETSDK1206 suppressions (PR: #82156)
    • Only report work done progress if the client supports it (PR: #82184)
    • Convert language server project into .NET tool (PR: #82154)
    • Add more details to stale project update warning (PR: #82053)
    • Cleanup server capabilities providers and delete unused LSP providers (PR: #82116)
    • Reduce allocations in LSP completion handling. (PR: #82133)
  • Update xamlTools to 18.4.11427.62 (PR: #8929)
    • Implicit XML namespaces for MAUI feature (PR: AzDO#698019)
    • Fix MAUI TAP initialization issue and improve logging (PR: AzDO#702593)