Skip to content

v2.97.38-prerelease

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Nov 20:12
· 90 commits to main since this release
66d78cc

2.97.x

  • Add integration test for restore of file-based programs (PR: #8470)
  • Update setting documentation for on auto insert (PR: #8742)
  • Bump xamlTools to fix "Color" auto-completion and code navigation (PR: #8740)
  • Update VM image to macOS-15 in pipeline (PR: #8741)
  • Add instructions for creating private feedback (PR: #8732)
  • Implement tiered versioning scheme for branch snapping workflow (PR: #8728)
  • Bump xamlTools to 18.3.11128.18 (PR: #8669)
  • Update target framework in Razor integration test (PR: #8729)
  • Use global.json with rollforward instead of pipeline versions (PR: #8722)
  • Update RoslynCopilot url to 18.3.72-alpha (PR: #8726)
  • Add group ids to configuration groups (PR: #8720)
  • [WIP] Update job execution order for bump-main-version (PR: #8717)
  • Update CHANGELOG for version 2.97.x (PR: #8716)
  • Bump Roslyn to 5.3.0-2.25553.6 (PR: #8743)
    • Support LSP includeDeclaration field in find all references (PR: #80965)
    • Add support for lineFoldingOnly folding ranges (PR: #80955)
    • Expand #error version output to include compiler assembly path and use full commit SHA everywhere (PR: #80894)
    • Fix culture-sensitive StringBuilder.Append and ToString calls across codebase and add banned symbols (PR: #80800)
    • Add support for autocompleting raw string quotes (PR: #80871)
    • Don't add parenthesis when committing type with accessible nested type using dot (PR: #80846)
    • Completion for #:project paths in file based programs (PR: #80844)
    • Allow semantic tokens in Razor to be better behaved (PR: #80815)
    • When searching for the original file from a PDB, only allow absolute paths (PR: #80804)
  • Bump Razor to 10.0.0-preview.25552.2 (PR: #8734)
    • Add CodeAction to simplify fully-qualified component tags (PR: #12379)
    • Fix component and component attribute rename in cohosting (PR: #12374)
    • Fix formatting of mixed indentation in VS Code (PR: #12418)
    • Allow cohosting quick info to show html tag information even when on a taghelper or component tag. (PR: #12415)
    • Fix(ish) formatting of RenderFragments (C# templates) (PR: #12397)
    • Drop Html edits that would split a C# literal across multiple lines (PR: #12396)
    • Fix completion resolve for provisional completion (PR: #12403)