You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under the Limitations and Caveats section in the README.md it says:
Dapper does not manage your connection's lifecycle, it assumes the connection it gets is open AND has no existing datareaders enumerating (unless MARS is enabled)
Which isn't completely true anymore. It's a small thing but it misled me as a new user of the library and can introduce some annoying and unnecessary code to open and close the connection all the time.
The text was updated successfully, but these errors were encountered:
Under the Limitations and Caveats section in the README.md it says:
Which isn't completely true anymore. It's a small thing but it misled me as a new user of the library and can introduce some annoying and unnecessary code to open and close the connection all the time.
The text was updated successfully, but these errors were encountered: