79307378

Date: 2024-12-25 10:34:19
Score: 1.5
Natty:
Report link

To execute the db query itself asynchronously, you need to explicitly return either an IAsyncEnumerable<T> or ActionResult<IAsyncEnumerable<T>> from the controller.

See a bit more detailed explanation here: https://stackoverflow.com/a/78312071/9862613

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: riskeez