.NET 9 Preview 6, Android 34.99.0-preview.6.340
Pre-release
Pre-release
jonathanpeppers
released this
09 Jul 17:56
·
294 commits
to main
since this release
How to install?
This release is not yet available from the Visual Studio installer. Download the .NET 9 Preview 6 SDK, 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.99.0-preview.6.340/9.0.100-preview.6 SDK 9.0.100-preview.6
What's Changed
- $(AndroidPackVersionSuffix)=preview.6; net9 is 34.99.0.preview.6 by @pjcollins in #8989
- Enable marshal methods by default, except when Blazor is used by @grendello in #8925
- [ci] Run "Push Internal" job on AzurePipelines-EO pool by @pjcollins in #8991
- [ci] Update .NET version installed for MAUI tests by @pjcollins in #8995
- [GitHub] Keep GH issue templates up to date. by @jpobst in #8942
- [build] Add option to skip Mono MDK provisioning by @pjcollins in #8993
- [build] Do not provision JDK 8 by @pjcollins in #8999
- [templates] Update Wear OS en template string by @pjcollins in #9005
- [tests] Reduce default build output verbosity by @pjcollins in #9002
- [manifest-attribute-codegen] Automatically generate manifest attributes from Android SDK data. by @jpobst in #8781
- [Mono.Android] Fix omitted Gl* constants. by @jpobst in #9009
- [Mono.Android] Fix incorrect value for enum
ApplicationExitInfoReason.Other
. by @jpobst in #9003 - [api-merge] Update "constant" values if they change between API levels. by @jpobst in #9004
- Use new binutils URL by @grendello in #9019
- Make fast deployment work with aab files by @dellis1972 in #8990
- Update java-interop and android-tools submodule mentions by @pjcollins in #9023
- [ci] Update sdk-insertions trigger by @pjcollins in #9029
- Link Code of Conduct by @pjcollins in #9034
- [ci] Fix android source path for MAUI test job by @pjcollins in #9030
- [ci] Update checkout path for nightly build by @pjcollins in #9028
- [Mono.Android-Tests] Fix repo URL in redirect tests by @pjcollins in #9035
- Ignore split configs when bundle config moves shared libraries to base.apk by @grendello in #8987
- [trimming] preserve custom views and
$(AndroidHttpClientHandlerType)
by @jonathanpeppers in #8954 - [runtime] Explicitly align application shared library to page size by @grendello in #9041
- Keep all .NET runtime classes by @vcsjones in #9044
- Make APK and shared library alignment configurable by @grendello in #9046
New Contributors
Full Changelog: 34.99.0-preview.5.308...34.99.0-preview.6.340