Consider more precise marking of reflection accessed properties
Open
area-Linker: DataFlow
- Dominant language
- C#
- Stars
- 392
- Forks
- 128
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
Currently when the linker determines that a property is accessed via reflection (`GetProperty` for example) it will mark the property and both accessors. This is because it doesn't track the `PropertyInfo` and so can't tell which of the accessors (if any) is needed.
With better tracking it might be possible to make this more precise.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.