[automated] Merge branch 'prerelease' => 'release'#8952
Merged
dotnet-policy-service[bot] merged 221 commits intoreleasefrom Feb 4, 2026
Merged
[automated] Merge branch 'prerelease' => 'release'#8952dotnet-policy-service[bot] merged 221 commits intoreleasefrom
dotnet-policy-service[bot] merged 221 commits intoreleasefrom
Conversation
…plates Added inline template patterns (@<tag>...</tag>) that properly switch to HTML parsing mode when encountered inside C# contexts. This ensures that attribute values like `class="..."` and `onclick='...'` are tokenized as HTML attributes rather than C# strings. Key changes: - Added injection for source.cs scope to handle @<tag> patterns - Added inline-template, inline-template-void-tag, and inline-template-non-void-tag patterns - Updated razor-codeblock-body to include inline-template - Updated test snapshots to reflect correct HTML tokenization Co-authored-by: davidwengier <754264+davidwengier@users.noreply.github.com>
Added 10 new test cases to razorTemplate.ts: - Simple template with attribute - Template with multiple attributes - Template compared to normal HTML - Void tag templates (input, hr, br, img, meta) - Template with data attributes - Template with event handler attributes These tests provide coverage for the inline template grammar changes and verify that attribute values are correctly tokenized as HTML. Co-authored-by: davidwengier <754264+davidwengier@users.noreply.github.com>
- Updated 'Template compared to normal HTML' test to include @Name.Length in attribute values, validating C# tokens in attribute contexts - Added new test for directive attributes (@OnClick, @onmouseover) in inline templates Co-authored-by: davidwengier <754264+davidwengier@users.noreply.github.com>
Format long test strings by wrapping assertMatchesSnapshot arguments across multiple lines to comply with line length limits. Co-authored-by: davidwengier <754264+davidwengier@users.noreply.github.com>
Added test for multi-line templates with attributes spanning multiple lines, validating proper tokenization of HTML attributes and C# expressions like @name within the template content. Co-authored-by: davidwengier <754264+davidwengier@users.noreply.github.com>
Added test case "Multi-line template with C# in attribute on second line" that validates @Name.Length in a data-length attribute on a nested <span> element that appears on the second line of a multi-line template. Co-authored-by: davidwengier <754264+davidwengier@users.noreply.github.com>
Bumps and [jws](https://github.com/brianloveswords/node-jws). These dependencies needed to be updated together. Updates `jws` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/brianloveswords/node-jws/releases) - [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md) - [Commits](auth0/node-jws@v3.2.2...v3.2.3) Updates `jws` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/brianloveswords/node-jws/releases) - [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md) - [Commits](auth0/node-jws@v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: jws dependency-version: 3.2.3 dependency-type: indirect - dependency-name: jws dependency-version: 4.0.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
C# and C#DK are updating to run on .NET 10 runtime.
Co-authored-by: Joey Robichaud <joseph.robichaud@microsoft.com>
Updated version number from 2.114.x to 2.115.x and added relevant feature requests and improvements.
dibarbet
approved these changes
Feb 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I detected changes in the prerelease branch which have not been merged yet to release. I'm a robot and am configured to help you automatically keep release up to date, so I've opened this PR.
This PR merges commits made on prerelease by the following committers:
Instructions for merging from UI
This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.
If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.
Instructions for merging via command line
Run these commands to merge this pull request from the command line.
or if you are using SSH
After PR checks are complete push the branch
Instructions for resolving conflicts
Instructions for updating this pull request
Contributors to this repo have permission update this pull request by pushing to the branch 'merge/prerelease-to-release'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.
The provided examples assume that the remote is named 'origin'. If you have a different remote name, please replace 'origin' with the name of your remote.
or if you are using SSH
Contact .NET Core Engineering (dotnet/dnceng) if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/main/.github/workflows/scripts/inter-branch-merge.ps1.