KanishManuja-MS
KanishManuja-MS
@engenb You can try looking at the FilterBinder code and inject your own FilterBinder through dependency injection that just handles the open properties differently.
@AviKumarRaj Can you please provide us with more details about the request? Interesting thing that you mention is that this started failing yesterday. Did anything change on your end? AD...
@khodaie Have you tried using the fully qualified namespace for the enum? It seems like ODL is treating Hidden as a string and not as enum . You can try...
The correct syntax should be something like: $apply=compute(lcname as tolower(surname))/groupby((lcname)) The compute is required in order to project the result of the expression as a dynamic property before applying the...
@kephouzz These types are not supported in the default implementation. Perhaps you can inject a custom implementation to handle these types. I can help you to do that. One other...
@kephouzz Yes, I will at some point. I will have this added to the backlog. If you feel it is urgent for you to be fixed then let me know.
@MYoucef Performance for $skip and $top will be better than skiptoken for paging. Skiptoken definitely does more computation for processing the results but is more robust in case of deletions...
@BerserkerDotNet Thanks for your contribution. The following test cases are failing - 
I am not sure why this change is needed. There is no description in the PR as well, I don't have sufficient background to answer your question.
@kerenkeren Not able to reproduce this at my end. Can you share a simple project where you can reproduce this? Or at the least, can you please share the your...