Open
Description
We can use DiagnosticSourceEventSource to listen to Activity
\ traces out of proc. One of the things it does is normalize all tags (KeyValuePair<string, object?>
) into strings (KeyValuePair<string, string?>
).
Code:
Question: Should we use InvariantCulture
when we do this?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment