.NET 8 Servicing, Android 34.0.143
jonathanpeppers
released this
08 Oct 14:45
·
589 commits
to main
since this release
The latest .NET MAUI
component is available in Visual Studio 2022 17.12 Preview 3:
You can also download the .NET 8 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 34.0.143/8.0.100 SDK 8.0.401
Also see the Known Issues in .NET 8.
What's Changed
- [Xamarin.Android.Build.Tasks] fix
<GenerateRtxt/>
during design-time builds by @jonathanpeppers in #9288 - Bump to xamarin/monodroid@1a9ee373 by @pjcollins in #9303
- Fix R8 Message processing to remove false positives by @dellis1972 in #9298
- [tests] remove Xamarin.Legacy.Sdk by @jonathanpeppers in #9307
- [release/8.0.4xx] [tests] add test for
$(AdbTargetArchitecture)
by @jonathanpeppers in #9317
Full Changelog: 34.0.138...34.0.143