File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 3
3
- Diagnostics related feature requests and improvements [ #5951 ] ( https://github.com/dotnet/vscode-csharp/issues/5951 )
4
4
- Debug from .csproj and .sln [ #5876 ] ( https://github.com/dotnet/vscode-csharp/issues/5876 )
5
5
6
+ # Latest
7
+ * Update Razor to 9.0.0-preview.24480.1 (PR: [ #7618 ] ( https://github.com/dotnet/vscode-csharp/pull/7618 ) )
8
+ * Fuse fix usings (PR: [ #10925 ] ( https://github.com/dotnet/razor/pull/10925 ) )
9
+ * Fuse incorrect page directives (PR: [ #10907 ] ( https://github.com/dotnet/razor/pull/10907 ) )
10
+ * Calculate SuppressAddComponentParameter in tooling (PR: [ #10763 ] ( https://github.com/dotnet/razor/pull/10763 ) )
11
+ * Fix some ` AssumeNotNull ` assumptions (PR: [ #10901 ] ( https://github.com/dotnet/razor/pull/10901 ) )
12
+ * Fixing HTML attribute commit (PR: [ #10897 ] ( https://github.com/dotnet/razor/pull/10897 ) )
13
+ * Fix ` FormattingContext ` disposal (PR: [ #10887 ] ( https://github.com/dotnet/razor/pull/10887 ) )
14
+ * Fix #10891 - Formatting does not respect indentation within Razor comment blocks (PR: [ #10893 ] ( https://github.com/dotnet/razor/pull/10893 ) )
15
+
6
16
# 2.50.x
7
17
* Update Roslyn to 4.13.0-1.24477.2 (PR: [ #<>] ( https://github.com/dotnet/vscode-csharp/pull/<> ) )
8
18
* Use MSBuild globs to determine which file changes are relevant (PR: [ #75139 ] ( https://github.com/dotnet/roslyn/pull/75139 ) )
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.13.0-1.24477.2 " ,
40
+ "roslyn" : " 4.13.0-1.24501.3 " ,
41
41
"omniSharp" : " 1.39.11" ,
42
- "razor" : " 9.0.0-preview.24467 .1" ,
42
+ "razor" : " 9.0.0-preview.24480 .1" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
44
44
"xamlTools" : " 17.12.35326.17"
45
45
},
You can’t perform that action at this time.
0 commit comments