Dapper
Dapper copied to clipboard
🐛 [QueryAsync] `NoCache` flag ignored when doing MultiMap
As the AssertNoCacheWorksForMultiMap
tests shows, when the QueryAsync
method is passed a splitOn
and map
arguments, the NoCache
flag is actually ignored.
The issue seems to come from here