Add support for missing scopes in UnconditionalSuppressMessage
Open
area-Linker: Meta
- Dominant language
- C#
- Stars
- 392
- Forks
- 128
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
Currently the `UnconditionalSuppressMessage` attribute only supports the scopes `"module"`, `"type"` and `"member"`, while the `SuppressMessage` attribute allows these same scopes plus `"namespace"`, `"namespaceanddescendants"`, and `"resource"`. We should either add support for these scopes or print a message to the user stating that these scopes are not supported by the linker.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.