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
{{ message }}
This repository was archived by the owner on Jun 18, 2022. It is now read-only.
I seems like the idea with AddDbConnectionFactoryWithHooks is that you could use the IoC container to register your own ISqlHooks, but then it doesn't look like that is ever used.
For example, both the ContextlessLoggingFactory and ContextfulLoggingFactory call CreateConnection specifying the hooks which are manually instantiated in their respective classes...