Skip to content

Commit 3a0c3f8

Browse files
authored
Bump Razor to 10.0.0-preview.25517.9 (#8706)
2 parents bcc4d29 + 2567c3a commit 3a0c3f8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,16 @@
1212
* Improve diagnostic quality for less accessible base type argument (PR: [#80483](https://github.com/dotnet/roslyn/pull/80483))
1313
* Build BuildHost against net8.0 (PR: [#80641](https://github.com/dotnet/roslyn/pull/80641))
1414
* Add completion for directives in file based programs (PR: [#80410](https://github.com/dotnet/roslyn/pull/80410))
15-
* Bump Razor to 10.0.0-preview.25512.6 (PR: [#8694](https://github.com/dotnet/vscode-csharp/pull/8694))
15+
* Bump Razor to 10.0.0-preview.25517.9 (PR: [#8706](https://github.com/dotnet/vscode-csharp/pull/8706))
1616
* Provide a way for users to turn on logging for formatting, to help resolve bugs (PR: [#12304](https://github.com/dotnet/razor/pull/12304))
1717
* Handle diagnostic spans that cover an entire attribute value (PR: [#12302](https://github.com/dotnet/razor/pull/12302))
1818
* Map component start tags to C#, for better GTD, FAR, Hover, etc. (PR: [#12287](https://github.com/dotnet/razor/pull/12287))
19+
* Add snippet support for component completion with EditorRequired attributes (PR: [#12325](https://github.com/dotnet/razor/pull/12325))
20+
* Add Go To Definition support for file paths in string literals (PR: [#12323](https://github.com/dotnet/razor/pull/12323))
21+
* Add IntelliSense support for Blazor enhanced navigation and form handling data attributes (PR: [#12324](https://github.com/dotnet/razor/pull/12324))
22+
* Fix component end tags to behave consistently with start tags for Hover, Go To Definition, and Find All References (PR: [#12327](https://github.com/dotnet/razor/pull/12327))
23+
* Add out-of-scope Blazor Component completions with auto-insert @using statements (PR: [#12336](https://github.com/dotnet/razor/pull/12336))
24+
* Fix classification for fully qualified components (PR: [#12335](https://github.com/dotnet/razor/pull/12335))
1925

2026
# 2.94.x
2127
* 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.3.0-1.25514.3",
4444
"omniSharp": "1.39.14",
45-
"razor": "10.0.0-preview.25512.6",
45+
"razor": "10.0.0-preview.25517.9",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",
4747
"xamlTools": "18.0.11023.10"
4848
},

0 commit comments

Comments
 (0)