nader karayanni

Results 18 comments of nader karayanni

Thank you for the information, indeed i have a GET method by design and it should be a function not an action. I fixed the EDM, Yet still, after defining...

After a call with Clement +@habbes we came to few conclusions: if i add () at the end of the uri Students/{key}/GetStudentGrades() the implicit routing will work this is most...

Microsoft.OData.ODataException\r\nTarget Site: Boolean TryTranslate(Microsoft.AspNetCore.OData.Routing.Template.ODataTemplateTranslateContext)\r\nMessage: The key value ($filter =status eq 'New') from request is not valid. The key value should be format of type 'Edm.String'.\r\nHelp Link: \r\nSource: Microsoft.AspNetCore.OData\r\nHResult: -2146233079\r\n\r\nStack Trace...

Hi @julealgon and thank you for replying. I understand that the engineer intended to throw an exception in such case, yet it isn't the desired behaviour. The validation should return...

Hi @corranrogue9 Thanks for the attention indeed i believe that is the issue, either handling the exception by the library or it being handled by the WebApi infra would solve...

Hi @xuzhg and thank you for your attention Thanks for the elaboration, now I have a better understanding of the issue I believe the Odata exception should have been handled...

Hi @xuzhg sorry for the late response, The last key is not null, all entities have a Key (ID in our case) we can see that when we don't use...

@xuzhg Hi Sam, I'm debugging the Odata SkipToken flow locally, And I found an interesting behavior you might want to hear about specifically, in the GenerateSkipTokenValue funciton - in the...

Hi @alex-zak, thank you for your response Ofc I have the skiptoken enabled, otherwise the above code wouldn’t be relevant for my case - meanwhile I disabled it in production...