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
[UnconditionalSuppressMessage("Trimming","IL2067",Justification="These are root components which belong to the user and are in assemblies that don't get trimmed.")]
[UnconditionalSuppressMessage("Trimming","IL2026",Justification="The correct members will be preserved by the above DynamicDependency")]
102
+
[SuppressMessage("Trimming","IL2072:Target parameter argument does not satisfy 'DynamicallyAccessedMembersAttribute' in call to target method. The return value of the source method does not have matching annotations.",Justification="Types in that cache are components from the user assembly which are never trimmed.")]
??thrownewInvalidOperationException($"Root component type '{operation.Marker.Value.TypeName}' could not be found in the assembly '{operation.Marker.Value.Assembly}'.");
[SuppressMessage("Trimming","IL2073:Target method return value does not satisfy 'DynamicallyAccessedMembersAttribute' requirements. The return value of the source method does not have matching annotations.",Justification="The dynamic dependency above makes sure the type is"+
??thrownewInvalidOperationException($"Root component type '{operation.Marker.Value.TypeName}' could not be found in the assembly '{operation.Marker.Value.Assembly}'.");
[UnconditionalSuppressMessage("Trimming","IL2067",Justification="These are root components which belong to the user and are in assemblies that don't get trimmed.")]
0 commit comments