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 4
4
- Debug from .csproj and .sln [ #5876 ] ( https://github.com/dotnet/vscode-csharp/issues/5876 )
5
5
6
6
# Latest
7
+ * XAML IntelliSense for .NET MAUI (Issue: [ #565 ] ( https://github.com/microsoft/vscode-dotnettools/issues/565 ) )
8
+ * Controlled by preview feature flag ` dotnet.enableXamlToolsPreview ` which is on by default
9
+ * Requires C# Dev Kit and .NET MAUI extensions
10
+ * Update Roslyn to 4.11.0-2.24259.4 (PR: [ #7117 ] ( https://github.com/dotnet/vscode-csharp/pull/7117 ) )
11
+ * Shrink the size and remove unnecessary dependencies in the build host (PR: [ #73393 ] ( https://github.com/dotnet/roslyn/pull/73393 ) )
12
+ * Make fix-all code action more parallel (PR: [ #73356 ] ( https://github.com/dotnet/roslyn/pull/73356 ) )
13
+ * Allow use of more Hot Reload brokered services by LSP (for VS Code) (PR: [ #73240 ] ( https://github.com/dotnet/roslyn/pull/73240 ) )
14
+ * Improve parallel processing in FAR (PR: [ #73253 ] ( https://github.com/dotnet/roslyn/pull/73253 ) )
15
+ * Improve parallel processing in NavTo (PR: [ #73249 ] ( https://github.com/dotnet/roslyn/pull/73249 ) )
16
+ * Add temporary option, ` dotnet.server.suppressLspErrorToasts ` to allow suppression of recoverable LSP error toasts (PR: [ #7106 ] ( https://github.com/dotnet/vscode-csharp/pull/7106 ) )
17
+ * Update Debugger to v2.30.0 (PR: [ #7101 ] ( https://github.com/dotnet/vscode-csharp/pull/7101 ) )
18
+ * Adds support for disabling implict evaluation of properties and functions (Issue: [ #3173 ] ( https://github.com/dotnet/vscode-csharp/pull/3173 ) )
19
+ * Don't download razor telemetry if disabled by vscode (PR: [ #7092 ] ( https://github.com/dotnet/vscode-csharp/pull/7092 ) )
20
+
21
+ # 2.29.11
7
22
* List solution filter files (.slnf) in the 'Open Solution' command. (PR: [ #7082 ] ( https://github.com/dotnet/vscode-csharp/pull/7082 ) )
8
23
* No longer activate on the presence of .sln or .slnf files (PR: [ #7081 ] ( https://github.com/dotnet/vscode-csharp/pull/7081 ) )
9
24
* Update Debugger Packages to v2.28.1 (PR: [ #7072 ] ( https://github.com/dotnet/vscode-csharp/pull/7072 ) )
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.11.0-2.24229.10 " ,
40
+ "roslyn" : " 4.11.0-2.24259.4 " ,
41
41
"omniSharp" : " 1.39.11" ,
42
42
"razor" : " 7.0.0-preview.24178.4" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments