Skip to content

Commit 671a174

Browse files
authored
Bump razor to 9.0.0-preview.25121.2 (#8010)
2 parents a6d1524 + 1fe51ba commit 671a174

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
* Optimize DiagnosticService on NetCore (PR: [#77126](https://github.com/dotnet/roslyn/pull/77126))
3333
* Simplify caching api between CodeAnalysisService and DiagnosticAnalysisService (PR: [#77094](https://github.com/dotnet/roslyn/pull/77094))
3434
* Manage information diagnostic severity on the client-side (PR: [#7984](https://github.com/dotnet/vscode-csharp/pull/7984))
35-
* Update Razor to 9.0.0-preview.25113.1 (PR: [#7989](https://github.com/dotnet/vscode-csharp/pull/7989))
35+
* Update Razor to 9.0.0-preview.25121.2 (PR: [#8010](https://github.com/dotnet/vscode-csharp/pull/8010))
36+
* Fix formatting of multi-line expressions in Html attributes (#11528) (PR: [#11528](https://github.com/dotnet/razor/pull/11528))
37+
* Stop attribute name parsing at transition (#11520) (PR: [#11520](https://github.com/dotnet/razor/pull/11520))
38+
* Use different completion trigger character set for VSCode (#11446) (PR: [#11446](https://github.com/dotnet/razor/pull/11446))
3639
* Update Telemetry package (#11468) (PR: [#11468](https://github.com/dotnet/razor/pull/11468))
3740
* Don't hold onto Roslyn projects longer than necessary (#11458) (PR: [#11458](https://github.com/dotnet/razor/pull/11458))
3841
* Fix formatting of escaped at signs (#11462) (PR: [#11462](https://github.com/dotnet/razor/pull/11462))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"defaults": {
4040
"roslyn": "4.14.0-2.25120.5",
4141
"omniSharp": "1.39.12",
42-
"razor": "9.0.0-preview.25113.1",
42+
"razor": "9.0.0-preview.25121.2",
4343
"razorOmnisharp": "7.0.0-preview.23363.1",
4444
"xamlTools": "17.14.35821.62"
4545
},

0 commit comments

Comments
 (0)