.NET 8 Preview 3, Android 34.0.0-preview.3.224
Pre-release
Pre-release
jonathanpeppers
released this
11 Apr 17:09
·
1 commit
to release/8.0.1xx-preview3
since this release
How to install?
Download the .NET 8 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.0.0-preview.3.224/8.0.100-preview.3 SDK 8.0.100-preview.3
What's Changed
- $(AndroidPackVersionSuffix)=preview.3; net8 is 34.0.0-preview.3 by @jonathanpeppers in #7839
- Replace K4os.Hash.xxHash with System.IO.Hashing by @eerhardt in #7831
- [build] pass
--skip-sign-check
todotnet workload
by @jonathanpeppers in #7840 - [ci] Use compliance stage template by @pjcollins in #7818
- Tweak AndroidMessageHandler behavior for WCF support by @grendello in #7785
- [Mono.Android] Print type & member remapping info by @jonpryor in #7844
- [Xamarin.Android.Build.Tasks] guard
AutoImport.props
against empty values by @jonathanpeppers in #7837 - [ci] Allow dynamic
$(NuGetArtifactName)
values by @pjcollins in #7848 - [ci] Reduce overhead for MSBuildIntegration unit test jobs. by @jpobst in #7832
- [build] remove darc dependency for System.IO.Hashing by @jonathanpeppers in #7855
- Fix recently added AndroidMessageHandler test by @grendello in #7859
- Bump com.android.tools:r8 from 4.0.48 to 4.0.52 in /src/r8 by @dependabot in #7858
- Bump external/Java.Interop from
77800dd
to73ebad2
by @dependabot in #7861 - [ci] Don't run classic tests on the Windows build/test stage. by @jpobst in #7860
- [ci] Improvements for emulator test jobs by @pjcollins in #7731
- [Xamarin.Android.Build.Tasks] Remove MAM targets from CoreResolve by @jonpryor in #7868
- [ci] Parallelize and reduce overhead of MSBuild test stage. by @jpobst in #7850
- [tests]
InstallAndroidDependenciesTest
can useplatform-tools
34.0.1 by @jonpryor in #7873 - [ci] Install fewer Android SDK platforms on test agents. by @jpobst in #7874
- Bump
$(AndroidNet7Version)
by @pjcollins in #7883 - [github] Use ".NET Android", not "Android for .NET" by @jonpryor in #7882
- [Actions] Ensure that the commit message is valid json. by @mandel-macaque in #7884
- [Actions] Do not double quote the commit message. by @mandel-macaque in #7887
- [ci] Remove separate SmokeTests jobs. by @jpobst in #7872
- [MSBuildDeviceIntegration] Handle Debugger errors by @dellis1972 in #7864
- [AOT] provide libc and libm stubs for correct linking when NDK is not used by @grendello in #7475
- Attempt to fix a macOS lib{c,m} link error by @grendello in #7891
- [vs-workload] Remove @(MultiTargetPackNames) by @pjcollins in #7894
- [Xamarin.Android.Build.Tasks] Updating NuGet packages does not update the app by @dellis1972 in #7892
- [Xamarin.Android.Build.Tasks] Fix AndroidPackagingOptionsExclude by @dellis1972 in #7903
- [docs] how to get gc dumps w/
dotnet-trace
by @jonathanpeppers in #7875
Full Changelog: 34.0.0-preview.2.187...34.0.0-preview.3.224