Skip to content

Change runtime annotations/suppressions after linker change #48367

Closed
@tlakollo

Description

@tlakollo

Description

  • After changes in New linker intrinsics linker#1829 we need to remove the suppressions for warnings this change resolves.
  • Type.GetMembers uses the annotation [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)], this annotation keeps more stuff than what GetMembers should keep (GetMembers should not keep interfaces nor members inside a nested type).

Metadata

Metadata

Assignees

Labels

area-System.Drawinglinkable-frameworkIssues associated with delivering a linker friendly frameworkuntriagedNew issue has not been triaged by the area owner

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions