Closed
Description
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).