File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 6
6
# 2.66.x
7
7
8
8
# 2.65.x
9
+ * Update Razor to 9.0.0-preview.25113.1 (#) (PR: [ ] ( ) )
10
+ * Update Telemetry package (#11468 ) (PR: [ #11468 ] ( https://github.com/dotnet/razor/pull/11468 ) )
11
+ * Don't hold onto Roslyn projects longer than necessary (#11458 ) (PR: [ #11458 ] ( https://github.com/dotnet/razor/pull/11458 ) )
12
+ * Fix formatting of escaped at signs (#11462 ) (PR: [ #11462 ] ( https://github.com/dotnet/razor/pull/11462 ) )
13
+ * Code action to offer to wrap Html attributes (#11422 ) (PR: [ #11422 ] ( https://github.com/dotnet/razor/pull/11422 ) )
14
+ * Make sure we go through GetAbsolutePosition to handle LSP edge cases (#11441 ) (PR: [ #11441 ] ( https://github.com/dotnet/razor/pull/11441 ) )
15
+ * Make log levels match LogLevel.cs (#11436 ) (PR: [ #11436 ] ( https://github.com/dotnet/razor/pull/11436 ) )
16
+ * Fix on type formatting line delta calculations (#11435 ) (PR: [ #11435 ] ( https://github.com/dotnet/razor/pull/11435 ) )
17
+ * Clean up and rationalize imports in the compiler (#11409 ) (PR: [ #11409 ] ( https://github.com/dotnet/razor/pull/11409 ) )
18
+ * Fix typo in setting description (#11423 ) (PR: [ #11423 ] ( https://github.com/dotnet/razor/pull/11423 ) )
9
19
* Update Roslyn LSP to run on .NET 9 (PR: [ #7946 ] ( https://github.com/dotnet/vscode-csharp/pull/7946 ) )
10
20
* Update Roslyn to 4.14.0-2.25106.12 (PR: [ #7969 ] ( https://github.com/dotnet/vscode-csharp/pull/7969 ) )
11
21
* Maintain whitespace when converting to switch expression (PR: [ #77083 ] ( https://github.com/dotnet/roslyn/pull/77083 ) )
Original file line number Diff line number Diff line change 39
39
"defaults" : {
40
40
"roslyn" : " 4.14.0-2.25106.12" ,
41
41
"omniSharp" : " 1.39.12" ,
42
- "razor" : " 9.0.0-preview.25073 .1" ,
42
+ "razor" : " 9.0.0-preview.25113 .1" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
44
44
"xamlTools" : " 17.14.35807.11"
45
45
},
You can’t perform that action at this time.
0 commit comments