Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable wildcard indexers over dictionary elements #77

Merged
merged 3 commits into from
Sep 14, 2022

Conversation

nblumhardt
Copy link
Member

@nblumhardt nblumhardt commented Sep 8, 2022

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.

@nblumhardt nblumhardt changed the title Add test cases to cover object accessor wildcards Enable wildcard indexers over dictionary elements Sep 14, 2022
@nblumhardt nblumhardt merged commit 94645ab into serilog:dev Sep 14, 2022
@nblumhardt nblumhardt mentioned this pull request Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Index Wildcards don't appear to work for Dictionaries stored in the event properties
1 participant