You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
dbContext.
.ApplyFop(request); is returning null when the latest package (v1.0.3) is used in a project built using .netcore 6.The text was updated successfully, but these errors were encountered: