Skip to content

v2.60.26

Pre-release
Pre-release
Compare
Choose a tag to compare
@dibarbet dibarbet released this 03 Jan 23:18
· 172 commits to main since this release
ff6f33b
  • Improve performance of razor/blazor component discovery (PR: #7826)
  • Update Razor to 9.0.0-preview.24605.1 (PR: #7826)
    • New Code Action! Add a code action to promote a using directive (#11241) (PR: #11241)
    • Add more information to dynamic file publish (#11267) (PR: #11267)
    • Remove C#s using snippet from completion (#11272) (PR: #11272)
    • Fix extract component whitespace handling (#11262) (PR: #11262)
    • Handle aliased usings in RazorEditHelper (#11208) (PR: #11208)
  • Update Debugger Packages and move macOS requirement to macOS 13 (PR: #7854)
  • Fix spelling of successfully (PR: #7853)
  • Update Roslyn to 4.13.0-3.24605.12 (PR: #7826)
    • Fix go-to-def on an abstract explicit impl of an interface method (PR: #76238)
    • Fix parameter completion item icon (PR: #76292)
    • Enable LSP go to definition on string literals (PR: #76291)
    • Use named pipes to connect to the BuildHost process. (PR: #76259)
    • Improve Razor DynamicFile Provider (PR: #76050)
    • Add option to disable LSP-based auto insert (PR: #75224)
    • Report errors processing messages in the build host (PR: #76252)
    • Update FAR and Go to Def to work on indexers (PR: #76220)
    • Fix NFW thrown when refreshing source generated files (PR: #76240)
    • Update find-refs to find references to Dispose in a using-statement (PR: #76221)
    • Add support for 'find refs' finding references to 'dynamic' (PR: #76118)
    • Support implementing protected members in implement interface (PR: #76178)
    • Do not treat Task.Run methods as 'apparent' for 'use var' (PR: #76229)
    • Support introduce variable at the top level (PR: #76218)
    • Fix switch indentation for list patterns (PR: #75953)
    • Keep member bodies when converting DIM property to method (PR: #76186)
    • Have go-to-def flip between partial definition and implementation (PR: #76187)
    • Disable 'use coalesce expression' when statements cross a PP boundary (PR: #76173)
    • Support name completion on generic types (PR: #76170)
    • Improve extract-local-function in the presence of pp directives (PR: #76169)
    • Fix issue trying to generate fields/properties from a top level program (PR: #76161)
    • Update 'introduce using' to support expression statements (PR: #76147)
    • Use implicit initializer if present to generate type properties (PR: #76162)
    • Fix issue with explicit interface completion and static interface members (PR: #76150)
    • When converting to raw strings, do not change \r\n sequences if not explicitly requested by the user (PR: #76120)
    • Exclude starting symbol when going to implementations if we find implementations (PR: #76125)
  • Add option to disable auto insertion of documentation comments (PR: #7381)
  • Bump xamltools to 17.13.35606.23 (PR: #7856)
  • Restore WASM debug hook (#7843) (PR: #7844)