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
The following unit test fails with Data Type mismatch error:
[Test]publicvoidCheckObjectToNullComparison(){_realm.Write(()=>{_realm.Add(newOwner{Name="Ivar the Dogless"});});varresult=_realm.All<Owner>().Where(x =>x.TopDog==null).ToArray();}
The text was updated successfully, but these errors were encountered:
The following unit test fails with Data Type mismatch error:
The text was updated successfully, but these errors were encountered: