Skip to content

v2.102.30-prerelease

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Nov 22:15
· 74 commits to main since this release
a4c5841

2.102.x

  • Update Roslyn to 5.3.0-2.25568.9 (PR: #8799)
    • Handle automatic restores on directly on the server (PR: #81233)
    • Only treat a file with directives as an FBP (PR: #81307)
    • Document excerpt for Razor, and fix Find All Refs (PR: #81291)
    • Filter IntelliSense attribute suggestions by AttributeTargets (PR: #81157)
    • Fix IDE0055: Enforce import directive grouping when groups are contiguous, regardless of sorting (PR: #81202)
    • Fix indentation of if statement after else on separate line (PR: #81178)
  • Automatically reload extension when workspace is trusted (PR: #8794)
  • Update to new language client with range semantic tokens refresh (PR: #8783)
  • Bump Razor to 10.0.0-preview.25564.2 (PR: #8790)
    • Revert "Map component start tags to C#, for better GTD, FAR, Hover, etc. (#12287) (PR: #12486)
    • Rename code-behind and scoped CSS file when renaming component (PR: #12480)
    • Better handle parameter attribute directive completion (PR: #12473)