Queryasync skipped to next line without return anything
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 18.4k
- Forks
- 3.7k
- Avg merge
- 5h 8m
- Merged PRs (30d)
- 1
Description
I face same issue in .net 4.8 and .net 5,6 and 7 also, whenever I use queryasync, queryfirstordefaultasync() ... Any async functions with or without await is not working. it just skip the line and hang total application forever. Not even return exception. Why and how can i overcome the issue, i use the latest version of dapper everytime when I tried.
All same queries without async working fine.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with a minimal reproduction using QueryAsync and QueryFirstOrDefaultAsync on the reported .NET versions, then compare the same queries without async. Check whether the async calls complete or expose an exception; done means identifying the cause of the hang and documenting a reproducible fix or required usage conditions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, sql
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100