Skip to content

.NET 8 Preview 7, Android 34.0.0-preview.7.382

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonathanpeppers jonathanpeppers released this 08 Aug 17:26
· 1056 commits to main since this release
d8764fc

How to install?

The .NET MAUI (.NET 8 Preview) optional component is available in Visual Studio 2022 17.8 Preview 1:

image

Or download the .NET 8 Preview 7 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.7.382/8.0.100-preview.7      SDK 8.0.100-preview.7

Also see the Known Issues in .NET 8.

What's Changed

  • $(AndroidPackVersionSuffix)=preview.7; net8 is 34.0.0-preview.7 by @jonathanpeppers in #8149
  • [Xamarin.Android.Build.Tasks] correct paths in MarshalMethodsAssemblyRewriter by @jonathanpeppers in #8151
  • [CI] Use dotnet-test-slicer in nightly tests by @pjcollins in #8154
  • [xaprepare] update Debian dependencies for current unstable (trixie) by @grendello in #8169
  • [Xamarin.Android.Build.Tasks] Move MonoAndroidAssetsDirIntermediate by @jonpryor in #8166
  • [AndroidDependenciesTests] Use platform-tools 34.0.4 by @pjcollins in #8184
  • [AndroidDependenciesTests] Test both manifest types by @pjcollins in #8186
  • Typemaps per RID support and disable marshal methods by default by @grendello in #8164
  • [Mono.Android] Use PublicApiAnalyzers to ensure we do not break API. by @jpobst in #8171
  • [ci] Add variable to request all build logs be published to build artifacts. by @jpobst in #8189
  • LLVM IR code generator refactoring and updates by @grendello in #8140
  • [ci] Include build components in SBOM by @pjcollins in #8174
  • [Xamarin.Android.Build.Tasks] fix .aar files flowing from project references by @jonathanpeppers in #8193
  • [Documentation] Appease PoliCheck Rule: 79604 by @pjcollins in #8197
  • [Xamarin.Android.Build.Tasks] fix duplicate .aar files by @jonathanpeppers in #8196
  • Clean up DotNetIgnore Unit Tests by @dellis1972 in #8163
  • [vs-workload] Set EnableSideBySideManifests=true by @pjcollins in #8179

Full Changelog: 34.0.0-preview.6.359...34.0.0-preview.7.382