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
Copy file name to clipboardExpand all lines: components/TokenView/src/TokenView/TokenView.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ public partial class TokenView : ListViewBase
31
31
/// Creates a new instance of the <see cref="TokenView"/> class.
32
32
/// </summary>
33
33
#if NET8_0_OR_GREATER
34
-
[RequiresUnreferencedCode("This method accesses the 'Remove' method of the assigned items source collection in a trim-unsafe way.")]
34
+
[UnconditionalSuppressMessage("Trimming","IL2026",Justification="The 'ItemsSource' change handler accesses the 'Remove' method of the collection in a trim-unsafe (we should revisit this later).")]
0 commit comments