Linker should warn about trim correctness when certain command line options are used
Open
area-Linker: Steps
- Dominant language
- C#
- Stars
- 392
- Forks
- 128
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
For example `--used-attrs-only` is currently not handled correctly by the linker (or the annotations on reflection APIs) and can lead to unreported unanalyzed patterns - eventually leading to broken apps.
As the linker tries to issue a warning whenever it finds a pattern it can't handle, it should also warn about usage of command line options which case similar issues.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.