Skip to content

v2.96.3-prerelease

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Oct 20:36
· 51 commits to main since this release
c32ee9a

2.96.x

  • Update Debugger to v2.95.0 (PR: #8710)
  • Remove default editor.formatOnType configuration for C# (PR: #8709)
  • Support optional components (PR: #8703)
  • Update RoslynCopilot url to 18.0.904-alpha (PR: #8699)
  • Bump Roslyn to 5.3.0-1.25514.3 (PR: #8700)
    • Ensure LspWorkspaceManager returns solutions without misc document when file moved(PR: #80535)
    • Add limited support for binarylogger to MSBuildWorkspace(PR: #80120)
    • Restore fully qualify for Razor (PR: #80674)
    • Improve diagnostic quality for less accessible base type argument (PR: #80483)
    • Build BuildHost against net8.0 (PR: #80641)
    • Add completion for directives in file based programs (PR: #80410)
  • Bump Razor to 10.0.0-preview.25517.9 (PR: #8706)
    • Provide a way for users to turn on logging for formatting, to help resolve bugs (PR: #12304)
    • Handle diagnostic spans that cover an entire attribute value (PR: #12302)
    • Map component start tags to C#, for better GTD, FAR, Hover, etc. (PR: #12287)
    • Add snippet support for component completion with EditorRequired attributes (PR: #12325)
    • Add Go To Definition support for file paths in string literals (PR: #12323)
    • Add IntelliSense support for Blazor enhanced navigation and form handling data attributes (PR: #12324)
    • Fix component end tags to behave consistently with start tags for Hover, Go To Definition, and Find All References (PR: #12327)
    • Add out-of-scope Blazor Component completions with auto-insert @using statements (PR: #12336)
    • Fix classification for fully qualified components (PR: #12335)