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

add binlog serialization for BuildCanceledEventArgs #10755

Conversation

JanProvaznik
Copy link
Contributor

@JanProvaznik JanProvaznik commented Oct 4, 2024

Fixes #10244

Context

BuildCanceledEventArgs was added in #10055 but the serialization was missing, this PR adds it

Changes Made

implement the serialization in the same manner as for BuildSubmissionStarted event in #10424

Testing

Unit tests

Notes

Adding support for this to MSBuild Structured Log Viewer PR KirillOsenkov/MSBuildStructuredLog#824

also fixed a typo in BuildSubmissionStartedEventArgs_Tests

fix typo in other test class,
add tests
@JanProvaznik JanProvaznik merged commit 97dc045 into dotnet:main Oct 8, 2024
10 checks passed
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.

Serialize build cancellation event to the binlog
3 participants