Skip to content

Commit

Permalink
Edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch committed Feb 14, 2025
1 parent 5f796da commit 4e6ebb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/whats-new/dotnet-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ In .NET 10, .NET MAUI ships as a .NET workload and multiple NuGet packages. The

## Control enhancements

.NET MAUI in .NET 10 includes control enhancements.

### CollectionView and CarouselView

.NET MAUI in .NET 9 included two optional handlers on iOS and Mac Catalyst that brought performance and stability improvements to <xref:Microsoft.Maui.Controls.CollectionView> and <xref:Microsoft.Maui.Controls.CarouselView>.
Expand Down Expand Up @@ -63,7 +65,7 @@ dotnet run -p:AdbTarget="-s emulator-5554"

The `$(AdbTarget)` property is passed to `adb`. For more information, see [Issue shell commands](https://developer.android.com/tools/adb#shellcommands) on developer.android.com.

### Enable Marshal Methods by default
### Enable marshal methods by default

In .NET 9, a [new way](https://github.com/dotnet/android/pull/7351) of creating the marshal methods needed for Java calling into C# code provided startup performance improvements. However, in .NET 9 they were off by default.

Expand Down

0 comments on commit 4e6ebb5

Please sign in to comment.