Morris Janatzek

Results 20 comments of Morris Janatzek

Ah okay I understand. Sorry for the inconvenience regarding the different version numbers across client and server implementation. I'll align them at the next non-alpha release.

Ok thank you for further investigating the issue. I'll fix it soon.

Hi @adriani10. Sorry letting you wait for so long. I wasn't able to reproduce your problem. I tried reproducing the issue with the following example: ```csharp public class Base {...

Thanks to the screenshot you send me I was able to find the problem. Are you using the operation first, to only query one element? That seems to cause ignoring...

Hi. I fixed the issue and added execution of auth checks after first prefilter. Note that the result returned by the first prefilter now is an array instead of a...

Hi. That's something I'm aware of. If you're using the Include-Operator the referenced classes authorize attributes will not get called. That's also described in the documentation of the Include-Operator. That's...

Hi. Thank you. That's definitely an interesting point. I think I'll add it to the to-do list and will implement it soon. I really like the idea and I think...

I'm currently developing the proposed feature. You can follow the development in the branch server_side_query_definition. The development is almost complete. Thank you again for the good idea.

Hi. Thank you for your interest and offered help. The storage provider on client side is used to store the state of the current collection. It is used when no...

Thank you for reporting this issue. I'll take a look into it. Are you using version 3.0.0 of client and server? Can you try switching to the alpha/preview version of...