arslanaybars/Fop

ApplyFop() is returning null when used with .netcore 6 project.

Vrushi007 opened this issue · 1 comments

dbContext.

.ApplyFop(request); is returning null when the latest package (v1.0.3) is used in a project built using .netcore 6.

Please provide for code :
var (filteredOrders, totalCount) = data.ApplyFop(request);
The following (JsonData and JsonIFopRequest):
var JsonData = JsonConvert.SerializeObject(data); var JsonIFopRequest = JsonConvert.SerializeObject(request);
And if possible the class to desirealize