From 97dee75441b23a41eda169c89e358ccf55480870 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Tue, 26 May 2026 09:47:36 +0200 Subject: [PATCH] [dotnet] Don't enable InlineClassGetHandle if we're using the static registrar as a custom trimmer step. The InlineClassGetHandle step runs before marking, and the StaticRegistrar step runs after sweeping, which causes a problem when the InlineClassGetHandle step needs the registrar to run first. This won't be a problem once we've moved out of custom trimmer steps. --- dotnet/targets/Xamarin.Shared.Sdk.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/targets/Xamarin.Shared.Sdk.props b/dotnet/targets/Xamarin.Shared.Sdk.props index 532e7e2a44c..ce84e27e899 100644 --- a/dotnet/targets/Xamarin.Shared.Sdk.props +++ b/dotnet/targets/Xamarin.Shared.Sdk.props @@ -108,7 +108,7 @@ - + strict compatibility