You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -483,7 +486,7 @@ public override void RegisterNativeMembers (
483
486
[UnconditionalSuppressMessage("Trimming","IL2072",Justification="Delegate.CreateDelegate() can never statically know the string value parsed from parameter 'methods'.")]
Copy file name to clipboardExpand all lines: src/Mono.Android/Android.Runtime/ResourceIdManager.cs
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,19 @@ public static void UpdateIdValues ()
31
31
}
32
32
}
33
33
34
-
[UnconditionalSuppressMessage("Trimming","IL2026",Justification="Types in Resource.designer.cs are preserved, because it is the root assembly passed to the linker.")]
conststringrootAssembly="Resources.UpdateIdValues() methods are trimmed away by the LinkResourceDesigner trimmer step. This codepath is not called unless $(AndroidUseDesignerAssembly) is disabled.";
0 commit comments