Skip to content

Commit fdd0955

Browse files
davidwengierCopilot
andcommitted
Bump Razor to 10.0.0-preview.26208.5
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d633112 commit fdd0955

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
55

66
# 2.135.x
7+
* Update Razor to 10.0.0-preview.26208.5 (PR: [#](https://github.com/dotnet/vscode-csharp/pull/))
8+
* Clean up RewrittenSyntaxTree naming and null handling in DefaultTagHelperResolutionPhase (PR: [#13003](https://github.com/dotnet/razor/pull/13003))
9+
* Deferred tag helper lowering: separate resolution from lowering phase (PR: [#12957](https://github.com/dotnet/razor/pull/12957))
10+
* Consolidate Edit services, and our two "Generate Method" systems (PR: [#12982](https://github.com/dotnet/razor/pull/12982))
11+
* Follow ups to Generate Method (PR: [#12972](https://github.com/dotnet/razor/pull/12972))
12+
* Support Generate Method code action in Razor and C# editors (PR: [#12960](https://github.com/dotnet/razor/pull/12960))
713

814
# 2.134.x
915
* Add setting `dotnet.fileBasedApps.enableAutomaticDiscovery` (PR: [#9096](https://github.com/dotnet/vscode-csharp/pull/9096))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"defaults": {
4343
"roslyn": "5.7.0-1.26203.6",
4444
"omniSharp": "1.39.14",
45-
"razor": "10.0.0-preview.26179.2",
45+
"razor": "10.0.0-preview.26208.5",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",
4747
"xamlTools": "18.6.11622.36"
4848
},

0 commit comments

Comments
 (0)