Skip to content

Release notes for version 2.140.x#9248

Open
JoeRobich wants to merge 3 commits intoreleasefrom
changelog/v2.140
Open

Release notes for version 2.140.x#9248
JoeRobich wants to merge 3 commits intoreleasefrom
changelog/v2.140

Conversation

@JoeRobich
Copy link
Copy Markdown
Member

Release notes for the 2.140.x stable release.

This update covers prerelease versions 2.131.x through 2.136.x and includes:

  • C# Language Support: Type Hierarchy, Call Hierarchy, file-based apps automatic discovery and editing improvements, import completion commit behavior options
  • Performance: Parallel analyzer loading, broad allocation reductions, smarter Navigate To filtering
  • Razor: Unused directive management (fade, remove, sort), Generate Method code action, rename in source-generated docs, 9 formatting fixes, crash fixes
  • Debugging: Blazor WebAssembly debugging support, Hot Reload improvements, ref-returning method evaluation fix
  • MAUI: XAML C# Expressions (XEXPR) support, implicit XML namespaces, SslStream crash fix and other stability improvements
  • Editor Experience: Selection Range, regex search in Navigate To, improved Go to Implementation

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@JoeRobich JoeRobich requested a review from a team as a code owner April 28, 2026 00:00
@JoeRobich JoeRobich marked this pull request as draft April 28, 2026 00:41
@JoeRobich JoeRobich marked this pull request as ready for review April 28, 2026 18:44
@RikkiGibson RikkiGibson self-assigned this Apr 28, 2026
Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md
- **Type Hierarchy** lets you explore the full inheritance chain of any class, interface, or struct — navigate through base types and derived types without leaving the editor. ([roslyn#83011](https://github.com/dotnet/roslyn/pull/83011))
- **Call Hierarchy** lets you trace incoming and outgoing calls for any method, making it easy to understand how your code connects. Interface implementation categories for overrides are correctly shown, so you get an accurate picture of the full call chain. ([roslyn#82865](https://github.com/dotnet/roslyn/pull/82865))

### File-based apps: automatic discovery and improved editing
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DamianEdwards could you please take a look at this section also and let us know if the items covered and the way we are explaining things to users seems reasonable.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like Damian is OOF, I wouldn't block on this

Co-authored-by: Rikki Gibson <rikkigibson@gmail.com>
Copy link
Copy Markdown
Member

@davidwengier davidwengier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Razor looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants