Skip to content

Commit 3ee68e6

Browse files
authored
Update razor (#7354)
* Update razor * Update CHANGELOG.md
1 parent c570b90 commit 3ee68e6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
# 2.39.x
99
* Add language status bar item displaying project context for open files (PR: [#7321](https://github.com/dotnet/vscode-csharp/pull/7321), PR: [#7333](https://github.com/dotnet/vscode-csharp/pull/7333))
1010
* Add language status bar item for workspace status (C# standalone) (PR: [#7254](https://github.com/dotnet/vscode-csharp/pull/7254), PR: [#7329])https://github.com/dotnet/vscode-csharp/pull/7329))
11-
* Update Razor to 9.0.0-preview.24360.1 (PR: [#7327](https://github.com/dotnet/vscode-csharp/pull/7327))
11+
* Update Razor to 9.0.0-preview.24365.1 (PR: [#7354](https://github.com/dotnet/vscode-csharp/pull/7354))
12+
* Fix project info reading (PR: [#10623](https://github.com/dotnet/razor/pull/10623))
13+
* Fix NRE when invoking completion in empty document (PR: [#10610](https://github.com/dotnet/razor/pull/10610))
1214
* Improve perf in generator cache cases (PR: [#10577](https://github.com/dotnet/razor/pull/10577))
1315
* Handle InsertReplaceEdit for completion (PR: [#10563](https://github.com/dotnet/razor/pull/10563))
1416
* Use System.Text.Json for serialization (PR: [#10551](https://github.com/dotnet/razor/pull/10551))
@@ -39,7 +41,7 @@
3941
* Bump xamltools to 17.12.35112.24 (PR: [#7309](https://github.com/dotnet/vscode-csharp/pull/7334))
4042
* Fixed issue with Exception type related to https://github.com/microsoft/vscode-dotnettools/issues/1247
4143
* Fixed Hot Reload not working on some Android device models: https://github.com/microsoft/vscode-dotnettools/issues/1241
42-
44+
4345

4446
# 2.38.16
4547
* Start localizing additional strings (PR: [#7305](https://github.com/dotnet/vscode-csharp/pull/7305))

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"defaults": {
4040
"roslyn": "4.12.0-1.24359.11",
4141
"omniSharp": "1.39.11",
42-
"razor": "9.0.0-preview.24360.1",
42+
"razor": "9.0.0-preview.24365.1",
4343
"razorOmnisharp": "7.0.0-preview.23363.1",
4444
"xamlTools": "17.12.35112.24"
4545
},

0 commit comments

Comments
 (0)