Issue with LINQ Query in Async Method: ‘The LINQ expression could not be translated’
I have an asynchronous method in C# that retrieves a list of users with various nested includes and filters. The method works fine when I don’t pass the arbsResponse parameter, but I encounter an exception when I do.
Issue with LINQ Query in Async Method: ‘The LINQ expression could not be translated’
I have an asynchronous method in C# that retrieves a list of users with various nested includes and filters. The method works fine when I don’t pass the arbsResponse parameter, but I encounter an exception when I do.