.NET 8 RC 1, Android 34.0.0-rc.1.432
Pre-release
Pre-release
jonathanpeppers
released this
12 Sep 18:29
·
624 commits
to main
since this release
The .NET MAUI (.NET 8 RC 1)
component is available in Visual Studio 2022 17.8 Preview 2:
Note that the .NET 8 SDK is the default in the 17.8 Visual Studio release, as well as .NET 8 releases of .NET MAUI.
You can also download the .NET 8 RC 1 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.0-rc.1.432/8.0.100-rc.1 SDK 8.0.100-rc.1
Also see the Known Issues in .NET 8.
What's Changed
- $(AndroidPackVersionSuffix)=rc.1; net8 is 34.0.0-rc.1 by @jonathanpeppers in #8204
- [vs-workload] Set EnableSideBySideManifests=true by @pjcollins in #8179
- [ci] Add MAUI integration job by @pjcollins in #8200
- [Mono.Android] Fix incorrect Context.RegisterReceiver enumification. by @jpobst in #7735
- [ci] Remove .NET branches from classic release trigger by @pjcollins in #8218
- [ci] Fix MAUI integration test job by @pjcollins in #8221
- Bump to LLVM toolchain based on version 16.0.6 by @grendello in #8220
- [build] Use .NET preview to create nupkgs by @pjcollins in #8227
- [ci] Target hosted macOS-13 Ventura pool by @pjcollins in #8215
- [ci] Run Codesign Verify task against new MSI folder by @pjcollins in #8226
- [ci] Fix condition for MAUI integration test job by @pjcollins in #8232
- [ci] Add install-global-tool yaml template by @pjcollins in #8233
- [Tests] Remove duplicates from XASdkTests by @pjcollins in #8214
- [Mono.Android] Use C#9 Function Pointer backend for JNI by @jonpryor in #8234
- [ci] Use static macOS pool for nightly emulator tests by @pjcollins in #8206
- Bump to xamarin/xamarin-android-tools/main@57be026c by @jonpryor in #8236
- [Mono.Android] Provide enum overload of
PackageManager.PackageInfoFlags.Of
. by @jpobst in #8182 - [Mono.Android] add "built-in" delegate for _JniMarshal_PPII_L by @jonathanpeppers in #8245
- Bump com.android.tools:r8 from 8.0.40 to 8.1.56 in /src/r8 by @dependabot in #8240
- [profiled-aot] update profile for .NET 8.0.100-rc.1.23404.2 by @jonathanpeppers in #8250
- [ci] Don't checkout monodroid's unneeded XA submodule by @jpobst in #8231
- [api-merge] We only need to write API-34 api.xml. by @jpobst in #8248
- [tests] Remove the last set of ignored MSBuild tests by @pjcollins in #8246
- [Mono.Android] Fix API-34 health enums with name conflicts. by @jpobst in #8254
- [monodroid] Do not build host or classic runtimes by @pjcollins in #8256
- [ci] Report when dotnet-test-slicer fails by @pjcollins in #8259
- [ci] Use fewer agents for macOS MSBuild tests by @pjcollins in #8257
- [Mono.Android] Bind
java.time
andjava.time.chrono
packages. by @jpobst in #8088 - Bump to xamarin/monodroid@a5248591 by @pjcollins in #8258
- [Mono.Android.dll] Fix [SupportedOSPlatform] warnings. by @jpobst in #8247
- Fix dotnet-local script to work. by @dellis1972 in #8222
- [Xamarin.Android.Build.Tasks] fix System.Text.Json with default trimmer settings by @jonathanpeppers in #8266
- Remove more xabuild by @grendello in #8263
- [build] set file extension for common
ToolExe
values by @jonathanpeppers in #8267 - Bump to dotnet/runtime@034d27f 8.0.0-rc.1.23419.3 by @jonathanpeppers in #8284
- [release/8.0.1xx-rc1] Bump to xamarin/monodroid@e823fae7 by @jonathanpeppers in #8292
Full Changelog: 34.0.0-preview.7.382...34.0.0-rc.1.432