Skip to content

Commit 4a17773

Browse files
author
Andrew Hall
authored
Update razor to 10.0.0-preview.25210.3 (#8171)
2 parents a004c50 + 9987968 commit 4a17773

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
# 2.74.x
77
* Bump xamlTools to 17.14.36008.108 (PR: [#8159](https://github.com/dotnet/vscode-csharp/pull/8159))
8+
* Bump razor to 10.0.0-preview.25210.3 (PR: [#8171](https://github.com/dotnet/vscode-csharp/pull/8171))
9+
* Allow graceful handling of ArgumentException when trying to apply changes to SourceText in LspTextChangesLoader (PR: [#11727](https://github.com/dotnet/razor/pull/11727))
10+
* Tweak a log message (PR: [#11705](https://github.com/dotnet/razor/pull/11705))
11+
* Improve performance and memory usage of TagHelperBinder (PR: [#11671](https://github.com/dotnet/razor/pull/11671))
12+
813

914
# 2.73.x
1015
* Bump Roslyn to 5.0.0-1.25204.1 (PR: [#8138](https://github.com/dotnet/vscode-csharp/pull/8138))

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.0.0-1.25204.1",
4444
"omniSharp": "1.39.12",
45-
"razor": "9.0.0-preview.25177.4",
45+
"razor": "10.0.0-preview.25210.3",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",
4747
"xamlTools": "17.14.36008.108"
4848
},

0 commit comments

Comments
 (0)