File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 32
32
* Optimize DiagnosticService on NetCore (PR: [ #77126 ] ( https://github.com/dotnet/roslyn/pull/77126 ) )
33
33
* Simplify caching api between CodeAnalysisService and DiagnosticAnalysisService (PR: [ #77094 ] ( https://github.com/dotnet/roslyn/pull/77094 ) )
34
34
* Manage information diagnostic severity on the client-side (PR: [ #7984 ] ( https://github.com/dotnet/vscode-csharp/pull/7984 ) )
35
- * Update Razor to 9.0.0-preview.25113.1 (PR: [ #7989 ] ( https://github.com/dotnet/vscode-csharp/pull/7989 ) )
35
+ * Update Razor to 9.0.0-preview.25121.2 (PR: [ #8010 ] ( https://github.com/dotnet/vscode-csharp/pull/8010 ) )
36
+ * Fix formatting of multi-line expressions in Html attributes (#11528 ) (PR: [ #11528 ] ( https://github.com/dotnet/razor/pull/11528 ) )
37
+ * Stop attribute name parsing at transition (#11520 ) (PR: [ #11520 ] ( https://github.com/dotnet/razor/pull/11520 ) )
38
+ * Use different completion trigger character set for VSCode (#11446 ) (PR: [ #11446 ] ( https://github.com/dotnet/razor/pull/11446 ) )
36
39
* Update Telemetry package (#11468 ) (PR: [ #11468 ] ( https://github.com/dotnet/razor/pull/11468 ) )
37
40
* Don't hold onto Roslyn projects longer than necessary (#11458 ) (PR: [ #11458 ] ( https://github.com/dotnet/razor/pull/11458 ) )
38
41
* Fix formatting of escaped at signs (#11462 ) (PR: [ #11462 ] ( https://github.com/dotnet/razor/pull/11462 ) )
Original file line number Diff line number Diff line change 39
39
"defaults" : {
40
40
"roslyn" : " 4.14.0-2.25120.5" ,
41
41
"omniSharp" : " 1.39.12" ,
42
- "razor" : " 9.0.0-preview.25113.1 " ,
42
+ "razor" : " 9.0.0-preview.25121.2 " ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
44
44
"xamlTools" : " 17.14.35821.62"
45
45
},
You can’t perform that action at this time.
0 commit comments