dotnet / dotnet/linker

Consider more precise marking of reflection accessed properties

Open
#1,948 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.