Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Xamarin.Android.Build.Tasks] Remove "Xamarin" from messages (#8884)
Context: https://dotnet.microsoft.com/platform/support/policy/xamarin Context: ab3773c Support for Xamarin.Android ends on 2024-May-1. Update error and warning messages to minimize use of "Xamarin". Remaining messages which contain "xamarin" are: * XA0030: Building with JDK version `{0}` is not supported. Please install JDK version `{1}`. See https://aka.ms/xamarin/jdk9-errors * XA1005: If basic type name matching fails, please add a `xamarin:managedType` attribute to the element to specify the fully qualified managed type name of the element XA0030 Should Not Happen with .NET 6+, as JDK 11+ is required. XA0030 is thus moot. XA1005 is related to Layout Code Behind (ab3773c), and replacing `xamarin` would (1) be a source breaking change (so we can't *remove* support for `xamarin`), and (2) while we could add an alternate XML namespace to use for layout code behind, that's a larger change.
- Loading branch information