-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues in Service Fabric Queryable extensions #15
Comments
Note that to use this extension, you must use the Queryable dictionary when adding/updating/removing entries to the dictionary (i.e. use |
We are using the same querable dictionary for creating updating deleting an retrieving |
We are using the same querable dictionary for creating updating deleting an retrieving. |
The LINQ implementation was a contribution. I suspect the LINQ implementation is not complete. You can see and attempt to fix the code here: The alternative is to use the OData syntax to query ... |
Thanks, Jesse for your suggestions. We can't use OData in our application, which will fetch entire data and perform querying on that. It will impact our performance(our collections will have huge data). Correct us if we are wrong. And coming to the extension of Linq features, do you have any plan to implement them in the future? If yes can you provide us the release plan for the above issues? Such that we can plan our development on extending this features. |
The OData syntax is just a particular string format (no need to include OData packages/etc.) on how you structure the queries - i.e. rather than using LINQ. It's something to consider. The LINQ provider was a contribution, so I welcome additional contributions if you would like to take a stab at the fix! I don't have a timeline for a fix or investigation, unfortunately. |
am working on integrating the Queryable extensions of ReliableIndexDictionary and facing few challenges on querying the Reliable Dictionary. Below are the exception details with respect to the query I am performing.
Reliable Indexed Dictionary:
NOTE: We are unable to get all the records in the collection.
Can anyone please help out on this?
I have posted a question in stack over flow below is the link and issue details,
https://stackoverflow.com/questions/53482969/service-fabric-queryable-extensions-facing-issues-while-performing-linq-queri
The text was updated successfully, but these errors were encountered: