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
// The test verifies that removed attributes which are later on kept due to descriptors correctly warn.
14
+
// The setup is:
15
+
// - test assembly with the AttributeToRemoveAttribute type
16
+
// - link attributes.xml which marks the attribute for removal (applied early, in this case via command line, but could be a embedded in the test assembly)
17
+
// - the attribute is used by the test assembly
18
+
// - another assembly lib.dll is added and is referenced (after the attribute is used/marked)
19
+
// - This new assembly has a descriptor which marks the entire test assembly (note that it marks the TEST assembly)
20
+
// - This marking causes the warning, as it's an explicit request to keep the attribute which was supposed to be removed
0 commit comments