.NET 9 RC 2, Android 35.0.0-rc.2.152
Pre-release
Pre-release
jonathanpeppers
released this
08 Oct 14:45
·
86 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 9 RC 2 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.0-rc.2.152/9.0.100-rc.2 SDK 9.0.100-rc.2
What's Changed
- $(AndroidPackVersionSuffix)=rc.2; net9 is 35.0.0-rc.2 by @jonathanpeppers in #9233
- Bump to dotnet/android-tools@657574378a6 and xamarin/monodroid@8bd4bae7 by @pjcollins in #9216
- [ci] Improve push_signed_nugets job condition by @pjcollins in #9240
- Bump to mono/debugger-libs@d5664344 by @jonathanpeppers in #9238
- Bump to 34.0.137 of the .NET 8 Android workload by @jonathanpeppers in #9243
- Split up "regular" and AOT DSO caches by @grendello in #9117
- [build] Fix local workload template creation by @pjcollins in #9250
- [Xamarin.Android.Build.Tasks] introduce
LlvmIrTypeCache
by @jonathanpeppers in #9251 - [Xamarin.Android.Build.Tasks] Bump MinimumSupportedJavaVersion=17 by @jonpryor in #9257
- Bump to 34.0.138 of the .NET 8 Android workload by @pjcollins in #9271
- [tests] update MSBuild performance tests by @jonathanpeppers in #9231
- [build] Remove make framework-assemblies target by @pjcollins in #9269
- [Xamarin.Android.Build.Tasks] Reduce BuildDependsOn duplication by @pjcollins in #9256
- [Xamarin.Android.Build.Tasks] reduce System.Linq usage in ManifestDocument by @jonathanpeppers in #9281
- [XABT] Replace SortedSet with HashSet. by @jpobst in #9280
- [Xamarin.Android.Build.Tasks] Remove Xamarin.Analysis by @pjcollins in #9283
- [Xamarin.Android.Build.Tasks] make CA2022 an error by @jonathanpeppers in #9282
- [tests] add test for
$(AdbTargetArchitecture)
by @jonathanpeppers in #9227 - [Xamarin.Android.Build.Tasks] fix
<GenerateRtxt/>
during design-time builds by @jonathanpeppers in #9288 - Bump recommended Android SDK versions for API 35 by @pjcollins in #9289
- Add a Performance Test for FastDeploy Task by @dellis1972 in #9258
- Update Trace dos with OSX instructions by @dellis1972 in #9284
- [docs] mention
AndroidDexTool=d8
is default now by @jonathanpeppers in #9291 - [Xamarin.Android.Build.Tasks] remove
HasClassFiles
checks by @jonathanpeppers in #9293 - [Xamarin.Android.Build.Tasks] remove
$(_InstantRunEnabled)
checks by @jonathanpeppers in #9292 - Remove native runtime support for instant run by @grendello in #9297
- [Mono.Android] treat
AllocObjectSupported
as always true by @jonathanpeppers in #9146 - [Mono.Android] Use X509TrustManagerExtensions to allow using domain-config in network_security_config.xml by @simonrozsival in #9302
- [tests] remove Xamarin.Legacy.Sdk by @jonathanpeppers in #9307
- [tests] fix nightly APK tests for 32-bit emulators by @jonathanpeppers in #9308
- Fix R8 Message processing to remove false positives. by @dellis1972 in #9298
- Fix DSO name hash generation on Windows by @grendello in #9315
- [native] Real shared libraries in APK
/lib
directories by @grendello in #9154 - Bump to Android NDK r27b by @grendello in #9312
- [Xamarin.Android.Build.Tasks] Add @(AndroidGradleProject) action by @pjcollins in #9270
- [tests] skip performance tests (w/
.apk
changes) on non-commercial builds by @jonathanpeppers in #9328 - [tests] ignore
BuildAppCheckDebugSymbols()
test on non-commercial builds by @jonathanpeppers in #9322 - [build] fix incremental build for
RuntimeLists.xml
by @jonathanpeppers in #9327 - Bump to dotnet/java-interop@9d997232 by @jonpryor in #9330
- [Mono.Android.Export] decorate types to improve trimming warnings by @jonathanpeppers in #9300
- Bump cmake to version 3.30.3 by @grendello in #9329
- [templates] Update to latest NuGet version of
Xamarin.AndroidX.Wear
by @jpobst in #9332 - [trimming]
TrimMode=full
in debug mode, should enable analyzers by @jonathanpeppers in #9320 - [release/9.0.1xx-rc2] [Xamarin.Android.Build.Tasks] Disable LLVM marshal methods (#9336) by @jonathanpeppers in #9346
- Reapply "[native] Real shared libraries in APK /lib directories (#9154)" by @jonathanpeppers in #9348
- [maestro] setup direct subscription for dotnet/runtime by @jonathanpeppers in #9347
- [monodroid] Fix thread state transition in
get_function_pointer
by @filipnavara in #9343 - Add DiagnosticSuppressor to suppress the IDE0002 Style Hint in the IDE by @dellis1972 in #9310
- [Xamarin.Android.Build.Tasks] move
Console.WriteLine()
messages to MSBuild log by @jonathanpeppers in #9359 - [profiled-aot] update built-in AOT profile for .NET 9 RC 2 by @jonathanpeppers in #9361
Full Changelog: 35.0.0-rc.1.80...35.0.0-rc.2.152