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
If i switch to Microsoft.Data.SqlClient the text instrumentation works, but when i use System.Data from the framework it does not. I tried adding the System.Data.SqlClient -package, but i only seem to be able to reference the classes in System.Data from the framework, not the nuget-package...
Is there a way to get command text instrumentation for a System.DataSqlConnection?