Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] Improve the AttributeTest.FindSupportedOnElementsThatDoNotExi…
…stInThatAssembly cecil test. (dotnet#17367) * Fix an issue where it would not compute the correct grouping key for each member, effectively grouping unrelated members together and coming up with weird and incorrect results. * Make it match failures exactly, which makes it possible to detect (and report, which it now does) when a known failure is fixed. * Ignore any hidden members (EditorBrowsableState.Never), because they're most likely mistakes. * Ignore any members in AppKit and UIKit, because these namespaces have a lot of conflicting availability attributes. This is tracked in a separate bug (dotnet#17292). Co-authored-by: GitHub Actions Autoformatter <[email protected]>
- Loading branch information