The latest .NET MAUI
component is available in Visual Studio 2022 17.13 Preview 2:
You can also download the .NET 9 SDK directly, followed by:
> dotnet workload install android
...
Successfully installed workload(s) android.
To verify installation:
> dotnet workload list
Installed Workload Id Manifest Version Installation Source
--------------------------------------------------------------------------------------------
android 35.0.24/9.0.100 SDK 9.0.100
What's Changed
- [native/monodroid] Fix unmangling of satellite assembly names (#9533)
- [ci] Use new DevDiv/android-platform-support repo (#9539)
- [Xamarin.Android.Build.Tasks] Invokers after abstracts in typemaps (#9545)
- [Xamarin.Android.Build.Tasks] close
XAAssemblyResolvers
(#9531) - [Xamarin.Android.Build.Tasks] redistribute
proguard-android.txt
from Android gradle plugin (#9485) - [trimming] Enable
$(_DefaultValueAttributeSupport)
for$(TrimMode)=partial
(#9525) - [Xamarin.Android.Build.Tasks] add
Condition
inAutoImport.props
(#9463) - [Build.Tasks] Better handle gradle project custom output paths (#9480)
- [Xamarin.Android.Build.Tasks] fix Debug mode and $(PublishTrimmed) (#9452)
- [build] fix missing
darc-pub-dotnet-android-*
feed for MAUI (#9468)
Full Changelog: 35.0.7...35.0.24