You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consistently report unresolved members in illink (#103667)
The resolution cache is shared between `Resolve` and
`TryResolve`, so we should call `ReportUnresolved` from `Resolve`
when we see a cached null result (that could have been cached
during `TryResolve`). Should make no difference to supported
scenarios because we always run with `IgnoreUnresolved` `true`.
This was regressed in
dotnet/linker#2253.
---------
Co-authored-by: Jackson Schuster <[email protected]>
0 commit comments