Skip to content

Commit 9ac44e0

Browse files
author
Andrew Hall
committed
Update to 10.0.0-preview.25210.3
1 parent a004c50 commit 9ac44e0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
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: []())
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+
* TagHelper resolution should fallback from out-of-proc to in-proc on failure (PR: [#11684](https://github.com/dotnet/razor/pull/11684))
11+
812

913
# 2.73.x
1014
* 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)