-
Notifications
You must be signed in to change notification settings - Fork 715
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
Add array type support for EventPipe to TraceEvent #1176
Conversation
@noahfalk I apparently don't have the permissions to add you as reviewer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looked good to me - mostly naming and factoring suggestions inline
Co-authored-by: Noah Falk <[email protected]>
Theres one remaining failure that is only showing up in CI, I believe I know what the issue is and I'm working on it. @noahfalk you probably want to at least glance again, the changes are big enough I don't consider them just updates |
Ok, nevermind. It looks like this is a pre-existing failing test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple more small things, overall lgtm
Co-authored-by: Noah Falk <[email protected]>
I'm done with my changes and ready to merge |
Companion PR to dotnet/runtime#36242. This PR adds support for array type parsing to EventPipeEventSource.