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

Test the .NET 8 build of the library #1034

Merged
merged 1 commit into from
May 1, 2024
Merged

Conversation

AArnott
Copy link
Member

@AArnott AArnott commented Apr 30, 2024

#1033 added a .NET 8 target to the library. With this change, we also explicitly run tests on it.

Because .NET 8 has removed the BinaryFormatter, the tests (which used it as a baseline for testing serializability of types) had to be updated to use a stand-in.

microsoft#1033 added a .NET 8 target to the library. With this change, we also explicitly run tests on it.

Because .NET 8 has removed the `BinaryFormatter`, the tests (which used it as a baseline for testing serializability of types) had to be updated to use a stand-in.
@AArnott AArnott added this to the v2.18 milestone Apr 30, 2024
@AArnott AArnott requested a review from RyanToth3 April 30, 2024 03:11
@AArnott AArnott enabled auto-merge April 30, 2024 03:12
@AArnott AArnott modified the milestones: v2.18, v2.19 Apr 30, 2024
@AArnott AArnott merged commit f6a3b48 into microsoft:main May 1, 2024
6 checks passed
@AArnott AArnott deleted the testNet80 branch May 1, 2024 14:51
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.

2 participants