Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mono.Android] nullability for AndroidMessageHandler.RequestNeedsAuth…
…orization (#7454) Context: https://learn.microsoft.com/dotnet/api/system.diagnostics.codeanalysis.membernotnullwhenattribute The `MemberNotNullWhenAttribute ` annotation allows `RequestedAuthentication` to be used without a null-check after testing, `RequestNeedsAuthorization`, when nullability analysis is enabled. * Only apply annotation when building for .NET 7+ Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
- Loading branch information