[release/9.0-rc2] [release/9.0] BinaryFormatter tests improvements by github-actions[bot] · Pull Request #107903 · dotnet/runtime (original) (raw)
and others added 7 commits
- Remove package references from library tests
These tests should be referencing the product assemblies so that they test latest and not old bits.
- Reference the OOB version of SRSF and make sure it's copied
respect AppContext switch (which is currently enabled for all projects in the root Directory.Build.props file)
add project reference to all test projects that need working BF (and were being skipped for a while)
adjust to changes from #104202: EqualityComparer.Default is mapped to StringEqualityComparer, but serialized as GenericEqualityComparer
enable the BinaryFormatter tests in System.Runtime.Serialization.Formatters.Tests
add new test project, where the flag is disabled and it runs only 3 tests in total that ensure that
The SerializationGuard is no longer activated since BF was moved to the OOB package, the tests need to reflect that.
…undle when AOTing on Helix (#107079)
Do not treat assembly.pdb/xml files as native files to bundle
Bundle satellite assemblies as well
This was referenced
Sep 17, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})