[release/9.0] BinaryFormatter tests improvements by adamsitnik · Pull Request #107540 · dotnet/runtime (original) (raw)
and others added 4 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 dotnet#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.
ghost added the needs-area-label
An area label is needed to ensure this gets routed to the appropriate area owners
label
This was referenced
Sep 11, 2024
carlossanlop added the NO-MERGE
The PR is not ready for merge yet (see discussion for detailed reasons)
label
…undle when AOTing on Helix (dotnet#107079)
Do not treat assembly.pdb/xml files as native files to bundle
Bundle satellite assemblies as well
carlossanlop removed the NO-MERGE
The PR is not ready for merge yet (see discussion for detailed reasons)
label
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 }})