Hello,
Prior to v9.2.0, I was able to fetch data from an IRepository instance of my entity via the GetListAsync method by setting the includeDetails parameter to true. But now the method is not responding. While I am debugging, the execution gets stuck on the line where GetListAsync is called.
I tried running the SQL equivalent of it in pgAdmin. I obtain 469 lines just in seconds.
If there is a better option to fix this problem please let me know. Thanks.