.NET 9 Preview 3, Android 34.99.0-preview.3.231
Pre-release
Pre-release
jonathanpeppers
released this
11 Apr 17:32
·
409 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 3 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.3.231/9.0.100-preview.3 SDK 9.0.100-preview.3
What's Changed
- $(AndroidPackVersionSuffix)=preview.3; net9 is 34.99.0.preview.3 by @jonathanpeppers in #8765
- Bump to xamarin/monodroid@e13723e701 by @pjcollins in #8771
- [tests] fix duplicate sources in
NuGet.config
by @jonathanpeppers in #8772 - [Xamarin.Android.Build.Tasks] set
%(DefineConstantsOnly)
for older API levels by @jonathanpeppers in #8777 - [Mono.Android] fix trimming warnings, part 2 by @jonathanpeppers in #8758
- [ci] Migrate to the 1ES template by @pjcollins in #8747
- [ci] Do not use self annotation for yaml-templates by @pjcollins in #8783
- [ci] Add 1ESPT override to MSBuild test stages by @pjcollins in #8784
- [ci] Fix SDL Sources Analysis for PRs from forks by @pjcollins in #8785
- [Mono.Android] Fix race condition in AndroidMessageHandler by @simonrozsival in #8753
- [docs] update notes about
dotnet-trace
anddotnet-gcdump
by @jonathanpeppers in #8713 - [build] Include MIT license in most NuGet packages by @pjcollins in #8787
- [templates] Remove redundant "template" from display name. by @jpobst in #8773
- Bump to xamarin/monodroid@77124dc1 by @jonpryor in #8804
- [Mono.Android] Fix missing enum issues that cause BG8800 warnings. by @jpobst in #8707
- [Mono.Android] is now "trimming safe" by @jonathanpeppers in #8778
- [Microsoft.Android.Templates] Update EN localization templatestrings. by @jpobst in #8808
- [ci] Don't auto-retry APK test suites. by @jpobst in #8811
- [runtime] Remove the last vestiges of desktop builds by @grendello in #8810
- AssetPack Support by @dellis1972 in #8631
- Make all assemblies RID-specific by @grendello in #8478
- Prevent NREX when instantiating Java.Lang.StackTraceElement by @grendello in #8795
- Bump com.android.tools:r8 from 8.2.47 to 8.3.37 in /src/r8 by @dependabot in #8816
- [One .NET] "greenfield" projects opt into trimming by @jonathanpeppers in #8805
- Fix assembly count when satellite assemblies are present by @grendello in #8790
- [runtime] Optionally disable inlining by @grendello in #8798
- [Xamarin.Android.Build.Tasks] Enable POM verification features. by @jpobst in #8649
Full Changelog: 34.99.0-preview.2.189...34.99.0-preview.3.231