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

Back out message pre-rendering #229

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

nblumhardt
Copy link
Member

I spent some time extending the new message pre-rendering support from #228 to also cover dotted property names. Unfortunately, in the process, I discovered that this technique doesn't work with the Seq Events screen, and there's not an obvious path forward to get the experience people will want, there.

So, I've backed out message pre-rendering for now. But since our efforts to add it resulted in some API breakage, instead of backing those changes out entirely, I've switched SeqCompactJsonFormatter.FormatEvent() from a static method to an instance one. This cleans up the inner workings of SeqCompactJsonFormatter quite a bit and leaves us with more options to evolve that type in the future. The type itself is only a few months old, so unlikely to cause downstream breakage in unmaintained projects. Good time to jump in and course-correct :-)

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.

1 participant