Skip to content

v2.45.17

Pre-release
Pre-release
Compare
Choose a tag to compare
@dibarbet dibarbet released this 27 Aug 18:38
· 300 commits to main since this release
154590a

Changes in 2.45.17

  • Fix check for rzls being present (PR: #7462)
  • Bump Razor to 9.0.0-preview.24418.1 (PR: #7456)
    • Don't add already known documents to the misc files project (#10753) (PR: #10753)
    • Remove ItemCollection from TagHelperDescriptorProviderContext (#10720) (PR: #10720)
    • Cohost inlay hint support (#10672) (PR: #10672)
    • Fix excerpt service to allow for multi line verbatim strings (#10675) (PR: #10675)
    • Fix attribute parsing recovery (#10620) (PR: #10620)
    • Turn off trailing whitespace triming in strings (#10646) (PR: #10646)
    • Handle :get/:set in EditorRequired checking (#10628) (PR: #10628)
  • Include tooltip to Razor provisional completion (PR: #7440)
  • Add option dotnet.completion.triggerCompletionInArgumentLists to disable completion in argument lists (PR: #7446)
  • Bump Roslyn to 4.12.0-2.24422.6 (PR: #7463)
    • Fix error closing source link documents in VSCode (PR: #74862)
    • Update LSP Protocol Types (PR: #73911)
    • Fix issue projects would fail to load with missing output path error (PR: #74791)
    • Expose option to disable completion triggers argument list (PR: #74792)
  • Update Debugger to v2.43.0 (PR: #7420)
  • Bump xamltools to 17.12.35223.16 (PR: #7464)
  • Added XAML Hot Reload support for x:FactoryMethod and x:Arguments