Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Vrushi007 opened this issue Jan 19, 2023 · 1 comment
Closed

Comments

@Vrushi007
Copy link

dbContext.

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

@VitorCorrei4
Copy link
Contributor

VitorCorrei4 commented Jan 19, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants