Skip to content

v2.44.19

Pre-release
Pre-release
Compare
Choose a tag to compare
@JoeRobich JoeRobich released this 27 Aug 06:52
· 235 commits to main since this release
a953d8f

Changes in 2.44.19

  • Bump Roslyn to 4.12.0-2.24416.3 (PR: #7448)
    • Use EnableCodeStyleSeverity instead of AnalysisLevel to control new diagnostic severity behavior (PR: #73843)
    • Cleanup LSP error reporting (PR: #74530)
    • Add support in DevKit for source link go to definition (requires C# DevKit version v1.10.6 (pre-release) or higher) (PR: #74626)
  • Bump xamltools to 17.12.35216.22 (PR: #7447)
  • Update Debugger to v2.43.0 (PR: #7420)
  • Fix issue with Hot Reload not connecting when Android deploy/launch is too slow: microsoft/vscode-dotnettools#1358