File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
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.24516.1 (PR: [ #7667 ] ( https://github.com/dotnet/vscode-csharp/pull/7667 ) )
8
+ * Add CLaSP Request Tracking (PR: [ #11015 ] ( https://github.com/dotnet/razor/pull/11015 ) )
9
+ * Fix potentially ambiguous System.Object in _ Imports.razor (PR: [ #10999 ] ( https://github.com/dotnet/razor/pull/10999 ) )
10
+ * Fix nullability to match specification (PR: [ #11003 ] ( https://github.com/dotnet/razor/pull/11003 ) )
11
+ * Recognize ` _Imports.razor ` in the source generator (PR: [ #10992 ] ( https://github.com/dotnet/razor/pull/10992 ) )
12
+ * Fix @inherits mapping for fuse (PR: [ #10985 ] ( https://github.com/dotnet/razor/pull/10985 ) )
13
+ * Fix project publish (or: Various project system fixes) (PR: [ #10983 ] ( https://github.com/dotnet/razor/pull/10983 ) )
14
+ * Emit and map empty csharp tokens (PR: [ #10969 ] ( https://github.com/dotnet/razor/pull/10969 ) )
15
+ * Fix Generate Event Handler code action (PR: [ #10967 ] ( https://github.com/dotnet/razor/pull/10967 ) )
16
+ * Add IProjectSnapshot.ContainsDocument to test document paths cheaply (PR: [ #10975 ] ( https://github.com/dotnet/razor/pull/10975 ) )
17
+ * Refresh diagnostics on project changes (PR: [ #10964 ] ( https://github.com/dotnet/razor/pull/10964 ) )
18
+ * Don't throw if we get an old/bad Inlay Hint request (PR: [ #10968 ] ( https://github.com/dotnet/razor/pull/10968 ) )
19
+ * Fix on type formatting (PR: [ #10949 ] ( https://github.com/dotnet/razor/pull/10949 ) )
20
+
6
21
# 2.52.x
7
22
* Add miscellaneous file open notifications (PR: [ #7652 ] ( https://github.com/dotnet/vscode-csharp/pull/7652 ) )
8
23
* Require at least version 8.0.10 of the .net runtime (PR: [ #7651 ] ( https://github.com/dotnet/vscode-csharp/pull/7651 ) )
Original file line number Diff line number Diff line change 39
39
"defaults" : {
40
40
"roslyn" : " 4.13.0-1.24511.1" ,
41
41
"omniSharp" : " 1.39.11" ,
42
- "razor" : " 9.0.0-preview.24480 .1" ,
42
+ "razor" : " 9.0.0-preview.24516 .1" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
44
44
"xamlTools" : " 17.13.35414.86"
45
45
},
You can’t perform that action at this time.
0 commit comments