Search code examples
c#linqazure-service-fabric

Linq query on IReliableDictionary


I have done a bunch of looking and messing with code and I haven't found a way to do Linq Queries against the IReliableDictionary. I know it's not the same as standard IDictionary, but I was curious if anyone has had any luck. I'm starting to think it's just not possible unfortunately.


Solution

  • Looks like MS removed the ability to do linq queries in the latest SF release.