Closed
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:
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
.