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
SimpleLINQtests.cs
- CountFoundItems change isInteresting == true to just test isInteresting
RealmResultsVisitor.cs
- VisitMemberAccess add check for Booleans by themselfs and treat as == true
Searches such as
Where( dog => dog.Vaccinated)
don't work, need to explicitly compareWhere( dog => dog.Vaccinated==true)
The text was updated successfully, but these errors were encountered: