Following up #3655 (comment)
The existing custom attribute removal is, largely, based on a static list.
A better approach would be to make this closer to the metadata removal of parameter names. IOW if user (non SDK) code does not reference an attribute then it can be removed (from all assemblies, not only the linked ones).
Following up #3655 (comment)
The existing custom attribute removal is, largely, based on a static list.
A better approach would be to make this closer to the metadata removal of parameter names. IOW if user (non SDK) code does not reference an attribute then it can be removed (from all assemblies, not only the linked ones).