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: (external) avoid NullReferenceException on ImportReferences call (#1434)
* fix: NullReferenceException during ImportReferences in
NetworkBehaviourILPP (#1378)
In some cases, for example when assembly is System.Colletions.Immutable, null value is passed to .Add() method causing NullReferenceException
during the build. Simply guarding against it solves the issue.
Co-authored with @JadenH
Co-authored-by: rafek <rafal.legiedz@gmail.com>
0 commit comments