Skip to content

v2.72.27

Latest
Compare
Choose a tag to compare
@dibarbet dibarbet released this 07 Apr 22:36
· 49 commits to main since this release
cc28f41

Changes in 2.72.27 (since 2.69)

2.72.x

  • Revert xamlTools to 17.14.35913.250 (PR: #8121)
  • Update Roslyn to 4.14.0-3.25178.1 (PR: #8103)
    • Merge null conditional assignment to main (PR: #77867)
    • Merge features/extensions into main (PR: #77851)
    • Set the default namespace for the project and proper folders for documents (PR: #77787)
    • Fix move to namespace offering for primary constructor (PR: #77751)
    • Rework analyzer assembly loading (PR: #77004)
    • Improve raw string completion (PR: #77742)
    • Avoid adding duplicate suppressors to the host analyzer arrays (PR: #77062)
    • Cleanup and make semantic token processing and testing code more consistent (PR: #77684)
    • Fix generation of attribute with array constant (PR: #77661)
  • Bump Razor to (PR: #8096)
    • Some code actions ordering and cleanup (#11659) (PR: #11659)
    • Emit pragmas for empty @ expressions in MVC (#11653) (PR: #11653)
    • Couple of small code actions tweaks (#11630) (PR: #11630)
    • Fix text area formatting in the new formatting engine (#11624) (PR: #11624)

2.71.x

  • Bump xamlTools to 17.14.35920.284 (PR: #8083)
  • Localization (PR: #8084)
  • Update wording on Razor Report Issue(PR: #8081)
  • Use the new SDK install experience when available.(PR: #8080)
  • Only enable Generate Assets command when the extension is activated.(PR: #8079)
  • Expose sendRequestWithProgress as experimental API(PR: #8074)

2.70.x

  • Bump razor to 9.0.0-preview.25161.2 (PR: #8058)
    • Move VS Code To Pull Diagnostics (PR: #11602)
    • Upgrade to net9 (PR: #11535)
    • Cleanup CompletionTriggerAndCommitCharacters (PR: #11600)
    • Add constraints to CaptureParameters method (PR: #11530)
    • [FUSE] Layout mapping (PR: #11567)
  • Bump xamlTools to 17.14.35913.250 (PR: #8062)
  • Bump Roslyn to 4.14.0-3.25164.3 (PR: #8070)
    • Filter down the list of files we need to examing when looking for a :base(...) call in find refs (PR: #77610)
    • Fix run code analysis on solution not reporting results (PR: #77501)
    • Fix NFW due to invoking Workspace.RaiseEventForHandlers in the CA process (PR: #77546)