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","IL2075:'this' argument does not satisfy 'DynamicallyAccessedMembersAttribute' in call to target method. The return value of the source method does not have matching annotations.",Justification="OpenComponent already has the right set of attributes")]
447
-
[UnconditionalSuppressMessage("Trimming","IL2026:Members annotated with 'RequiresUnreferencedCodeAttribute' require dynamic access otherwise can break functionality when trimming application code",Justification="OpenComponent already has the right set of attributes")]
448
-
[UnconditionalSuppressMessage("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="OpenComponent already has the right set of attributes")]
449
-
[UnconditionalSuppressMessage("Trimming","IL2077:'type' argument does not satisfy 'DynamicallyAccessedMemberTypes' in call to target method. The source field does not have matching annotations.",Justification="Property types on components are preserved through other means.")]
450
-
privateTaskPersistProperty()
451
-
{
452
-
// The key needs to be computed here, do not move this outside of the lambda.
[UnconditionalSuppressMessage("Trimming","IL2075:'this' argument does not satisfy 'DynamicallyAccessedMembersAttribute' in call to target method. The return value of the source method does not have matching annotations.",Justification="OpenComponent already has the right set of attributes")]
[UnconditionalSuppressMessage("Trimming","IL2077:'type' argument does not satisfy 'DynamicallyAccessedMemberTypes' in call to target method. The source field does not have matching annotations.",Justification="Property types on components are preserved through other means.")]
[UnconditionalSuppressMessage("Trimming","IL2075:'this' argument does not satisfy 'DynamicallyAccessedMembersAttribute' in call to target method. The return value of the source method does not have matching annotations.",Justification="OpenComponent already has the right set of attributes")]
531
+
[UnconditionalSuppressMessage("Trimming","IL2026:Members annotated with 'RequiresUnreferencedCodeAttribute' require dynamic access otherwise can break functionality when trimming application code",Justification="OpenComponent already has the right set of attributes")]
532
+
[UnconditionalSuppressMessage("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="OpenComponent already has the right set of attributes")]
533
+
[UnconditionalSuppressMessage("Trimming","IL2077:'type' argument does not satisfy 'DynamicallyAccessedMemberTypes' in call to target method. The source field does not have matching annotations.",Justification="Property types on components are preserved through other means.")]
534
+
privateTaskPersistProperty()
535
+
{
536
+
// The key needs to be computed here, do not move this outside of the lambda.
0 commit comments