-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Closed
Copy link
Labels
area-System.Runtimebinaryformatter-migrationIssues related to the removal of BinaryFormatter and migrations away from itIssues related to the removal of BinaryFormatter and migrations away from itin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged
Description
When building runtime under the source-build configuration, no functional BinaryFormatter is being built.
Tests that require a functional binary formatter are skipped based on:
Line 19 in aa418fc
| [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsBinaryFormatterSupported))] |
These tests are no longer being skipped on the main branch. This causes 1000s of test failures across different test projects.
@adamsitnik I suspect this regressed in #106858 by removing the assembly version logic in DetermineBinaryFormatterSupport.
am11
Metadata
Metadata
Assignees
Labels
area-System.Runtimebinaryformatter-migrationIssues related to the removal of BinaryFormatter and migrations away from itIssues related to the removal of BinaryFormatter and migrations away from itin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged