serilog / serilog-expressions

An embeddable mini-language for filtering, enriching, and formatting Serilog events, ideal for use with JSON or XML configuration.
Apache License 2.0
190 stars 17 forks source link

Enable wildcard indexers over dictionary elements #77

Closed nblumhardt closed 2 years ago

nblumhardt commented 2 years ago

Resolves #76

Serilog's DictionaryValue is a bit unloved; support was initially missed because the original codebase from which Serilog.Expressions is derived targeted the JSON data model only, and non-string-key dictionaries aren't a thing there.