Replies: 1 comment
-
SqlClient doesn't use or depend on Microsoft.Extensions.Logging. If you're having a specific issue using SqlClient in your app, please open an issue and provide details including a sample program to help us reproduce the problem. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
with C# I am trying to move a error tracker to a .dll. The .dll at present uses SQLClient 6.0.2 to write to our database. The calling program is just one procedure that produces a divide by zero error to generate the exception. This part of the program runs fine. But when I try to use ILogger the program crashes saying it can't find Microsoft.Extensions.Logging 9.0.0.0. I have tried Logging 9.0.6, 9.0.4 and at present I have only included Microsoft.Extensions.Logging 9.0.0 and ...Console 9.0.0 and it still crashes with the same error on the instantiation. Does SqlClient use 9.0.0? I can include code but the program doesn't do much.
Beta Was this translation helpful? Give feedback.
All reactions