This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Entity Framework #1
Comments
It's been a while since i've used entity framework. I assume it uses ADO .NET under the hood. If that's the case and it offers a way to provide an alternative DbConnection object then you could inject a TraceDbConnection instead. |
I've tried this, but apparently it needs a
|
Maybe this can help you:
|
@bcuff I can confirm with the above code I can trace EF :) Perhaps it is something which can be added? |
@CumpsD sure. Feel free to submit that as a pull request. |
I invited you to the repository so can push your changes to a new branch without having to fork. |
There you go: #4 I also added 3 smaller PRs |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Nice library, thanks!
How would you use this with Entity Framework?
The text was updated successfully, but these errors were encountered: