File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# 2.89.x
7
7
* Bump Razor to 10.0.0-preview.25408.2 (PR: [ #8512 ] ( https://github.com/dotnet/vscode-csharp/pull/8512 ) )
8
+ * Fix null reference exception in formatting (PR: [ #12097 ] ( https://github.com/dotnet/razor/pull/12097 ) )
8
9
* Fix cohost override setting (PR: [ #12082 ] ( https://github.com/dotnet/razor/pull/12082 ) )
9
10
* Cohost span mapping (PR: [ #12055 ] ( https://github.com/dotnet/razor/pull/12055 ) )
10
11
* Explicitly deny certain Roslyn formatting options (PR: [ #12064 ] ( https://github.com/dotnet/razor/pull/12064 ) )
Original file line number Diff line number Diff line change 42
42
"defaults" : {
43
43
"roslyn" : " 5.0.0-2.25405.5" ,
44
44
"omniSharp" : " 1.39.14" ,
45
- "razor" : " 10.0.0-preview.25408.2 " ,
45
+ "razor" : " 10.0.0-preview.25411.4 " ,
46
46
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
47
47
"xamlTools" : " 17.14.36106.43"
48
48
},
You can’t perform that action at this time.
0 commit comments