We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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:
runtime/src/libraries/System.ObjectModel/tests/ReadOnlyDictionary/ReadOnlyDictionary_SerializationTests.cs
Line 19 in aa418fc
These tests are no longer being skipped on the main branch. This causes 1000s of test failures across different test projects.
main
@adamsitnik I suspect this regressed in #106858 by removing the assembly version logic in DetermineBinaryFormatterSupport.
DetermineBinaryFormatterSupport
cc @ViktorHofer @omajid
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:
runtime/src/libraries/System.ObjectModel/tests/ReadOnlyDictionary/ReadOnlyDictionary_SerializationTests.cs
Line 19 in aa418fc
These tests are no longer being skipped on the
mainbranch. 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.cc @ViktorHofer @omajid