Assembly.EntryPoint API is not tracked by linker
Open
area-Linker: Steps
- Dominant language
- C#
- Stars
- 392
- Forks
- 128
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
[Assembly.EntryPoint](https://docs.microsoft.com/en-us/dotnet/api/system.reflection.assembly.entrypoint?view=net-5.0) API is not directly tracked by linker which means that the API returns expected value only if the method the API points to is marked by different codepath. We should change the behaviour to be predictable or annotate the API as linker unfriendly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.