Skip to content

Commit 33de9a4

Browse files
committed
Bump Razor to 10.0.0-preview.25512.6
1 parent ec9e7a0 commit 33de9a4

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

66
# 2.95.x
7+
* Bump Razor to 10.0.0-preview.25512.6 (PR: [#8694](https://github.com/dotnet/vscode-csharp/pull/8694))
8+
* Provide a way for users to turn on logging for formatting, to help resolve bugs (PR: [#12304](https://github.com/dotnet/razor/pull/12304))
9+
* Handle diagnostic spans that cover an entire attribute value (PR: [#12302](https://github.com/dotnet/razor/pull/12302))
10+
* Map component start tags to C#, for better GTD, FAR, Hover, etc. (PR: [#12287](https://github.com/dotnet/razor/pull/12287))
711

812
# 2.94.x
913
* Add completion for razor components in settings (PR: [#8680](https://github.com/dotnet/vscode-csharp/pull/8680))

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.1.0-1.25506.3",
4444
"omniSharp": "1.39.14",
45-
"razor": "10.0.0-preview.25503.1",
45+
"razor": "10.0.0-preview.25512.6",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",
4747
"xamlTools": "18.0.11023.10"
4848
},

0 commit comments

Comments
 (0)