I'm using Dapper with asp.net core and I'm trying to enable Multiple Active Result
Did anyone managed to enable MARS using Dapper?
I tried to append to the connection "MultipleActiveResultSets=True"
but with no effect.
Enabling Multiple Active Result Sets
The error that I'm getting is
InvalidOperationException: The connection does not support MultipleActiveResultSets