Skip to content

Commit 00645c8

Browse files
author
Jordi Ramos
committed
bump razor to 9.0.0-preview.24467.1
1 parent df2cb5b commit 00645c8

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
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.24467.1
8+
* Fixing WrapWithDiv bug (PR: [#10871](https://github.com/dotnet/razor/pull/10871))
9+
* Switch to new VMR control schema. (PR: [#10883](https://github.com/dotnet/razor/pull/10883))
10+
* Ensure type arguments are `global::` qualified (PR: [#10834](https://github.com/dotnet/razor/pull/10834))
11+
* Fix LF line-ending auto format bug (PR: [#10802](https://github.com/dotnet/razor/pull/10802))
12+
* Change RazorSyntaxTree.Diagnostics from an IReadOnlyList<RazorDiagnostic> to an ImmutableArray<RazorDiagnostic> (PR: [#10797](https://github.com/dotnet/razor/pull/10797))
13+
* Clarify [EventHandler] tag helper discovery logic and avoid exception (PR: [#10828](https://github.com/dotnet/razor/pull/10828))
14+
* Fix setting breakpoints with self versioned documents (PR: [#10811](https://github.com/dotnet/razor/pull/10811))
15+
* Write out JS comments when there would be 4 or more consecutive tildes in generated Html (PR: [#10805](https://github.com/dotnet/razor/pull/10805))
16+
* Global namespace component bind (PR: [#10798](https://github.com/dotnet/razor/pull/10798))
17+
* Fix find all references calls to Roslyn (PR: [#10807](https://github.com/dotnet/razor/pull/10807))
18+
* Change UseConsolidatedMvcViews to default to true (PR: [#10795](https://github.com/dotnet/razor/pull/10795))
19+
* Fix provisional completion corrupting generated C# documents (PR: [#10806](https://github.com/dotnet/razor/pull/10806))
720
* Add signing support to VSIX (PR: [#7490](https://github.com/dotnet/vscode-csharp/pull/7490))
821
* Update Debugger to v2.47.0 (PR: [#7547](https://github.com/dotnet/vscode-csharp/pull/7547))
922
* Adds in support for .NET 9 Break for Async User-Unhandled

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"defaults": {
4040
"roslyn": "4.12.0-3.24463.6",
4141
"omniSharp": "1.39.11",
42-
"razor": "9.0.0-preview.24427.2",
42+
"razor": "9.0.0-preview.24467.1",
4343
"razorOmnisharp": "7.0.0-preview.23363.1",
4444
"xamlTools": "17.12.35311.18"
4545
},
@@ -5592,4 +5592,4 @@
55925592
}
55935593
}
55945594
}
5595-
}
5595+
}

0 commit comments

Comments
 (0)