9 writes to Justification
Microsoft.Maui (3)
Platform\WrapperView.cs (3)
8 [UnconditionalSuppressMessage("Memory", "MEM0002", Justification = "IShape is a non-NSObject in MAUI.")] 10 [UnconditionalSuppressMessage("Memory", "MEM0002", Justification = "IShadow is a non-NSObject in MAUI.")] 12 [UnconditionalSuppressMessage("Memory", "MEM0002", Justification = "IBorderStroke is a non-NSObject in MAUI.")]
Microsoft.Maui.Controls (6)
BindablePropertyConverter.cs (3)
111 Justification = "ObsoleteAttribute instances are removed by the trimmer in production builds.")] 116 Justification = "The converter is only used when parsing XAML at runtime. The developer will receive a warning " + 122 Justification = "The converter is only used when parsing XAML at runtime. The developer will receive a warning " +
HybridWebView\HybridWebView.cs (1)
40 [UnconditionalSuppressMessage("Trimming", "IL2114", Justification = "Base type VisualElement specifies DynamicallyAccessedMemberTypes.NonPublicFields: https://github.com/dotnet/runtime/issues/108978#issuecomment-2420091986")]
Routing.cs (1)
124 Justification = "The CreateAttached method has a DynamicallyAccessedMembers annotation for all public methods"
TypeConversionHelper.cs (1)
160 Justification = "The method tries finding implicit cast operators reflection to help developers " +