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 Jul 5, 2020. It is now read-only.
Newly added SQL DiagnosticSourceListener (2.5-beta1) may fail with an exception like the following:
and
@anpete took a look at this issue and commented with the following:
"Looks like a bug in the listener. For some reason SqlClient is including a TransactionName property in transaction rollback messages (but not in transaction commit messages).
The fix is to add separate “fetchers” for the rollback message data."
Newly added SQL DiagnosticSourceListener (2.5-beta1) may fail with an exception like the following:

and
@anpete took a look at this issue and commented with the following:
"Looks like a bug in the listener. For some reason SqlClient is including a TransactionName property in transaction rollback messages (but not in transaction commit messages).
The fix is to add separate “fetchers” for the rollback message data."