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
I am using the extensions for the framework and have been using the .NET Framework version until a recent project. I converted to the .NET Core version and noticed that a number of my calls to SQL are not being logged.
When I use the ExecuteStoredProcedureAsync call, nothing is logged.
Unfortunately, it was easy to log through EF6, but that's another story for EF Core.
So, indeed, SQL call will not be logged for EF Core. And we do not believe this behavior will change as we tried multiple times to make it work correctly without success.
Unfortunately, it was easy to log through EF6, but that's another story for EF Core.
So, indeed, SQL call will not be logged for EF Core. And we do not believe this behavior will change as we tried multiple times to make it work correctly without success.
Best Regards,
Jon
Jon,
I was able to update the library, but I don't really use GitHub, so I emailed you the update I made to the file.
Thanks,
Robert Woods
I am using the extensions for the framework and have been using the .NET Framework version until a recent project. I converted to the .NET Core version and noticed that a number of my calls to SQL are not being logged.
When I use the ExecuteStoredProcedureAsync call, nothing is logged.
Here is my setup:
How can I get the logging to work properly?
The text was updated successfully, but these errors were encountered: