prashantaggarwal1990

Results 1 comments of prashantaggarwal1990

I am facing an issue after converting the project from .Net core 2.1 to 3.1. I have following linq code: var query = _context.FileDescriptor.Where(x => x.ClientId == clientId); var finalQuery...