Skip to content

.NET 7 RC 1, Android 33.0.0-rc.1.151

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonathanpeppers jonathanpeppers released this 09 Nov 16:04
· 1199 commits to main since this release
b9389dc

Android 13 (API-33) Bindings

Android 13 adds a number of new APIs in
API-33, which are now available when
by setting $(TargetFramework)=net7.0-android33.0.

App build system changes

Runtime Optimizations

Debugger

Mono.Android

  • Fix custom validation callback for server certificates in HTTP handlers
    (PR #6665,
    Commit 48540d69)

    Fix the AndroidMessageHandler.ServerCertificateCustomValidationCallback property so that it is actually used
    and usable on .NET 7.

  • Optional NTLMv2 support in AndroidMessageHandler
    (PR #6999,
    Commit f348163b)

    Add support for a new $(AndroidUseNegotiateAuthentication) MSBuild property.
    When True, the Xamarin.Android.Net.AndroidMessageHandler type will support
    NTLMv2 authentication. This authentication method
    is recommended only for legacy services that do not provide any more
    secure options.

    If an endpoint requires NTLMv2 authentication and NTMLv2 is not
    enabled, then the endpoint will return HTTP-401 errors.

Templates