Skip to content

Commit eff2677

Browse files
author
Andrew Hall
authored
Bump Razor to 9.0.0-preview.24325.5 (#7277)
* Update razor to https://dev.azure.com/dnceng/internal/_build/results?buildId=2482103&view=results * Update changelog
1 parent 8ed22df commit eff2677

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
@@ -4,6 +4,11 @@
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
55

66
# Latest
7+
* Update Razor to 9.0.0-preview.24325.5 (PR: [#7277](https://github.com/dotnet/vscode-csharp/pull/7277))
8+
* Fix completion commit characters (PR: [#10533](https://github.com/dotnet/razor/pull/10533))
9+
* Add back roll foward to rzls (PR: [#10530](https://github.com/dotnet/razor/pull/10530))
10+
* Don't show misc files project in hover info (PR: [#10503](https://github.com/dotnet/razor/pull/10503))
11+
* Fold C# statement keyword blocks (PR: [#10496](https://github.com/dotnet/razor/pull/10496))
712
* Update Roslyn to 4.11.0-3.24320.2 (PR: [#7257](https://github.com/dotnet/vscode-csharp/pull/7257))
813
* Add brokered service for Hot Reload in VS Code: GenericHotReloadAgentManagerService (PR: [#74029](https://github.com/dotnet/roslyn/pull/74029))
914
* Bump razor to include fix for project serialization (PR: [#74021](https://github.com/dotnet/roslyn/pull/74021))

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.11.0-3.24320.2",
4141
"omniSharp": "1.39.11",
42-
"razor": "9.0.0-preview.24316.1",
42+
"razor": "9.0.0-preview.24325.5",
4343
"razorOmnisharp": "7.0.0-preview.23363.1",
4444
"xamlTools": "17.11.35021.135"
4545
},

0 commit comments

Comments
 (0)