Closed
Description
EventSourceLogger only sends IReadOnlyList<KeyValuePair<string, object>> state objects as part of the ActivityStart payload. This means calls like:
logger.BeginScope("string scope")
logger.BeginScope(new Dictionary<string, object>{"key", "value"}
do not contain any payload when listening to ActivityStart events.