Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/9.0] BinaryFormatter tests improvements #107540

Merged
merged 7 commits into from
Sep 17, 2024

Commits on Sep 9, 2024

  1. Remove package references from library tests (dotnet#106737)

    * 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
    ericstj authored and adamsitnik committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8ecb9d4 View commit details
    Browse the repository at this point in the history
  2. BinaryFormatter tests should be skipped only on AOT, WASM and Mobile (d…

    …otnet#106858)
    
    * 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<string>.Default is mapped to StringEqualityComparer, but serialized as GenericEqualityComparer<string>
    adamsitnik committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2565dd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    044d6a0 View commit details
    Browse the repository at this point in the history
  4. Enable more BinaryFormatter tests (dotnet#107408)

    * 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.
    adamsitnik committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c0b7ded View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    833dea0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. [mono][tvos] Do not treat assembly.pdb/xml files as native files to b…

    …undle when AOTing on Helix (dotnet#107079)
    
    * Do not treat assembly.pdb/xml files as native files to bundle
    
    * Bundle satellite assemblies as well
    ivanpovazan authored and ericstj committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d527ce1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9966ce View commit details
    Browse the repository at this point in the history