NativeAOT: Investigate whether we can narrow down the list of assemblies to look for UnmanagedCallersOnly entry points
Open
enhancement
nativeaot
- Dominant language
- C#
- Stars
- 2.9k
- Forks
- 576
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 123
Description
Ref: https://github.com/xamarin/xamarin-macios/pull/17374#discussion_r1236335459
We currently look for UnmanagedCallersOnly entry points in all assemblies:
```xml
```
We must to do this for all assemblies we've modified using the managed static registrar, but it might not be necessary for any other assemblies.
So we need to look into whether we can shrink this list of assemblies.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.