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
In EnrichAndCreateScopeItem() if my TState was originally created as Dictionary<string, string> the if statement fails to pivot my items into LogEvent.Properties as expected.
Similar to #186 but not quite, though if work on either is done, probably best to do both enhancements?
A reason why I am using <string, string> is that I want to be sure at time of BeginScope that all key/values are properly string-ified as expected for eventual SQL (or other tablized, like Splunk, AzureTableStorage...) column-store.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion; at this time I don't think there's enough momentum behind this usage to warrant making a change, but I can see how it would be a useful - thanks again for raising it, will keep it in mind in the future 👍
In
EnrichAndCreateScopeItem()
if my TState was originally created asDictionary<string, string>
the if statement fails to pivot my items into LogEvent.Properties as expected.Similar to #186 but not quite, though if work on either is done, probably best to do both enhancements?
A reason why I am using
<string, string>
is that I want to be sure at time of BeginScope that all key/values are properly string-ified as expected for eventual SQL (or other tablized, like Splunk, AzureTableStorage...) column-store.The text was updated successfully, but these errors were encountered: