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

Remove BinFmt opt-in for un-exposed data transfers #10741

Merged
merged 2 commits into from
Oct 7, 2024

Conversation

JanKrivanek
Copy link
Member

Fixes #AB2263324

Context

Opting out of 17.10 changewave might lead to opting out of BinaryFormatter deprecation. This can unintentionally break ppl builds by breaking NodeConfig or TaskHost config de/serialization.
Both of the types and their data transfer is internal to MSBuild - there is no need to opt out from the safer, proprietary de/serialization. Hence let's prevent the opt out altogether.

Changes Made

Removed the opt-out option for NodeConfig and TaskHost config de/serialization

Testing

Existing tests

@JanKrivanek JanKrivanek enabled auto-merge (squash) October 3, 2024 10:53
@JanKrivanek JanKrivanek merged commit 8cd45e3 into main Oct 7, 2024
10 checks passed
@JanKrivanek JanKrivanek deleted the proto/remove-binfmt-optin branch October 7, 2024 19:24
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.

3 participants