Add extra trimming warning suppression#96327
Conversation
|
Tagging subscribers to this area: @dotnet/area-system-reflection-emit Issue DetailsThe flow from the runtime repo is currently broken in dotnet/sdk#37653. Cc @dotnet/illink-contrib - I don't actually understand why we're not seeing this in this repo and only in the SDK repo.
|
|
@buyaa-n the |
Perhaps the live build of linker is not used consistently in the runtime repo? Linker failures in #95980 suggest that be the case. Some issues are promptly discovered when changing llinker code in runtime repo during the initial PR, some are discovered passively when SDK is updating runtime (few times a day) and the rest are discovered at very low pace when runtime is updating SDK (few times a year). |
dotnet/runtime suppresses IL2065. I think those suppressions were supposed to be removed as part of #38033 and should be cleaned up. |
The flow from the runtime repo is currently broken in dotnet/sdk#37653.
Cc @dotnet/illink-contrib - I don't actually understand why we're not seeing this in this repo and only in the SDK repo.