File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 13
13
* Throw when there is a syntax version mismatch in codelens (PR: [ #73902 ] ( https://github.com/dotnet/roslyn/pull/73902 ) )
14
14
* Remove runtime download of Razor telemetry pkg (PR: [ #7236 ] ( https://github.com/dotnet/vscode-csharp/pull/7236 ) )
15
15
* Remove legacy project.json support (PR: [ #7244 ] ( https://github.com/dotnet/vscode-csharp/pull/7244 ) )
16
+ * Update xamlTools to 17.11.35021.135
17
+ * Trigger full page MAUI XAML Hot Reload when clicking the Hot Reload icon, matching VS Windows
18
+ * Fix "Ambiguous reference" in HotReloadMobileTapInitializer (Issue: [ #1204 ] ( https://github.com/microsoft/vscode-dotnettools/issues/1204 ) )
19
+ * Give descriptive error if using Hot Reload with Android on pre .NET8, saying to update .NET
16
20
17
21
# 2.35.15
18
22
* Improve reliability of documentation comment auto insertion (PR: [ #7230 ] ( https://github.com/dotnet/vscode-csharp/pull/7230 ) )
Original file line number Diff line number Diff line change 41
41
"omniSharp" : " 1.39.11" ,
42
42
"razor" : " 9.0.0-preview.24316.1" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
44
- "xamlTools" : " 17.11.35013.26 "
44
+ "xamlTools" : " 17.11.35021.135 "
45
45
},
46
46
"main" : " ./dist/extension" ,
47
47
"l10n" : " ./l10n" ,
You can’t perform that action at this time.
0 commit comments