File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Latest
7
7
* Bumped xamlTools to 17.13.35422.31 (PR: [ #7685 ] ( https://github.com/dotnet/vscode-csharp/pull/7685 ) )
8
+ * Update Razor to 9.0.0-preview.24524.4 (PR: [ #7692 ] ( https://github.com/dotnet/vscode-csharp/pull/7692 ) )
9
+ * Roslyn Tokenizer (#11086 ) (PR: [ #11086 ] ( https://github.com/dotnet/razor/pull/11086 ) )
10
+ * ** Experimental feature**
11
+ * Add flush method and make it implementation detail on how that happens (#11087 ) (PR: [ #11087 ] ( https://github.com/dotnet/razor/pull/11087 ) )
12
+ * Do not extract component into code block (#11069 ) (PR: [ #11069 ] ( https://github.com/dotnet/razor/pull/11069 ) )
13
+ * ** New code action to handle extracting razor code into a new razor component**
14
+ * Handle EditorRequired * Changed/* Expression parameters (#11043 ) (PR: [ #11043 ] ( https://github.com/dotnet/razor/pull/11043 ) )
15
+ * Avoid ambiguous ` object ` reference in generic component recovery (#11053 ) (PR: [ #11053 ] ( https://github.com/dotnet/razor/pull/11053 ) )
16
+ * Move culture info check (#11057 ) (PR: [ #11057 ] ( https://github.com/dotnet/razor/pull/11057 ) )
17
+ * Report a better error for void components (#11041 ) (PR: [ #11041 ] ( https://github.com/dotnet/razor/pull/11041 ) )
18
+ * Ensure model directives are mapped at runtime (#11007 ) (PR: [ #11007 ] ( https://github.com/dotnet/razor/pull/11007 ) )
19
+ * Including @using for Out-of-Scope Razor Component References (#10651 ) (PR: [ #10651 ] ( https://github.com/dotnet/razor/pull/10651 ) )
8
20
9
21
# 2.53.x
10
22
* Update Roslyn to 4.13.0-1.24518.1 (PR: [ #7670 ] ( https://github.com/dotnet/vscode-csharp/pull/7670 ) )
Original file line number Diff line number Diff line change 39
39
"defaults" : {
40
40
"roslyn" : " 4.13.0-1.24518.1" ,
41
41
"omniSharp" : " 1.39.11" ,
42
- "razor" : " 9.0.0-preview.24516.1 " ,
42
+ "razor" : " 9.0.0-preview.24524.4 " ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
44
44
"xamlTools" : " 17.13.35422.31"
45
45
},
You can’t perform that action at this time.
0 commit comments