APICompat should compare relevant assembly-level attributes
Open
Area-ApiCompat
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
APICompat doesn't catch when an assembly removes CLSCompliant.
It also doesn't check for other top level attributes like `AllowPartiallyTrustedCallers` etc that might impact usage.
We should consider opting-in a set of assembly level attributes, or maybe comparing all assembly level attributes with a few built in exclusions.
See https://github.com/dotnet/maintenance-packages/issues/134
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.