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
Fix NullReferenceException in internal Proxify extension.
When a resource is requested for an unknonw id the Facade should return null. the extension method to create the proxy can not handle null values, however. The NullReferenceexception only occurs two layers deeper, where we correctly assume not to create a proxy for null.
0 commit comments