Skip to content

v2.48.31

Pre-release
Pre-release
Compare
Choose a tag to compare
@dibarbet dibarbet released this 19 Sep 18:06
· 28 commits to main since this release
15cdec6

Changes in 2.48.31

  • Add signing support to VSIX (PR: #7490)
  • Update Debugger to v2.47.0 (PR: #7547)
    • Adds in support for .NET 9 Break for Async User-Unhandled
  • Do not inject 'debugConsoleVerbosity' for 'coreclr' (PR: #7546)
  • Do not auto surround <, [ and ( in XAML. (PR: #7540)
  • Fix resolve fix all code action (PR: #7536)
  • Update Roslyn to 4.12.0-3.24463.6 (PR: #7564)
    • Fix order modifiers code action not showing up in vscode (PR: #75092)
    • Log unit test output (PR: #75084)
    • Fix issue where closing sourcelink document threw if not opened (PR: #75046)
    • Expose sourcelink option to VSCode (PR: #75044)
    • Report source generator failures in Hot Reload diagnostics (PR: #75029)
    • Fix issue navigating from source link documents (PR: #75030)
  • Bump xamltools to 17.12.35311.18 (PR: #7549)
    • XAML color swatches
  • Update Roslyn to 4.12.0-3.24456.2 (PR: #7525)
    • Avoid BuildHost crash in Mono due to missing types (PR: #74994)
  • Turn off word suggestions in XAML completions (PR: #7516)
  • Bump xamltools to 17.12.35305.252 (PR: #7521)
    • XAML editor enabled various lightbulbs related to x:DataType, BindingContext and Bindings.