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
Switching to using Binder.GetWellKnownTypeMember helper that takes BindingDiagnosticBag and take cares of both validating the member and recording the dependencies.
Restructure the code so that helpers are looked up only if definitely going to be used (dependencies shouldn't be recorded if a helper isn't used).
Audit other places where emit layer uses well known/special members.
The text was updated successfully, but these errors were encountered:
We should consider:
Binder.GetWellKnownTypeMember
helper that takesBindingDiagnosticBag
and take cares of both validating the member and recording the dependencies.The text was updated successfully, but these errors were encountered: