-
Notifications
You must be signed in to change notification settings - Fork 5k
Fix in-process decoding of DateTime in EventSource #67557
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
Fix in-process decoding of DateTime in EventSource #67557
Conversation
Tagging subscribers to this area: @tarekgh, @tommcdon, @pjanotti Issue DetailsFixes #61563 Will require backporting to release/6.0 since this is a regression from 5.0. @MihaZupan root caused this issue succinctly in this comment: #61563 (comment)
|
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.
LGTM
Is such a test feasible? |
Let me take a look and add one if so. |
Test added! I'll merge on clean CI. |
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
The test failures are #67878. The macOS NativeAOT job timed out, so I'll rerun it. |
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
Tests all seem to pass but the Build Analysis check fails with test failures that aren't shown elsewhere. Folks okay with merging anyway? |
I'd merge it : ) |
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/2204546765 |
Fixes #61563
Will require backporting to release/6.0 since this is a regression from 5.0.
@MihaZupan root caused this issue succinctly in this comment: #61563 (comment)