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
Where does this method come from? To me this looks like the built-in Enumerable.ToDictionary where the second argument isn't a filter but instead a predicate that generates the value of the dictionary based on the enumerated object.
What happened?
When use .ToDictionary( Tkey, Filter) allways return all documents.
Repro steps
Always return all documents, change logical operator not affect. Allways return all docs.
Version
11.6.1
What Atlas Services are you using?
Atlas App Services: Functions or GraphQL or DataAPI etc
What type of application is this?
Xamarin
Client OS and version
Android 10
Code snippets
var favDic = RealmInstance
.All()
.ToDictionary( k => k.Name , l=> l.Name == DefaultListName )
Stacktrace of the exception/crash you're getting
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: