Skip to content

.NET 8 Servicing, Android 34.0.85

Compare
Choose a tag to compare
@jonathanpeppers jonathanpeppers released this 12 Mar 18:04
· 355 commits to main since this release

The latest .NET MAUI component is available in Visual Studio 2022 17.10 Preview 2:

image

You can also download the .NET 8 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.85/8.0.100                             SDK 8.0.200

Also see the Known Issues in .NET 8.

What's Changed

Changes in other repos:

  • Attach the Java Debugger on Emulators by @dellis1972
  • Adds api to disconnect JDWP by @tondat
  • Rework AdbOutputParsing ParseGetprop to use a multi-line RegEx by @dellis1972
  • Fix an issue with the Debugger Dialog not being dismissed by @dellis1972
  • [Xamarin.AndroidTools] feature switch to disable Java debugging by @jonathanpeppers

Full Changelog: 34.0.79...34.0.85