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

BinaryFormatter tests should be skipped only on AOT, WASM and Mobile #106858

Merged
merged 4 commits into from
Sep 2, 2024

Commits on Aug 23, 2024

  1. IsBinaryFormatterSupported should return false only on platforms wher…

    …e it's not supported by design
    adamsitnik committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    19bbf2f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. respect AppContext switch (which is currently enabled for all project…

    …s in the root
    
    Directory.Build.props file)
    adamsitnik committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    650c3d6 View commit details
    Browse the repository at this point in the history
  2. add project reference to all test projects that need working BF (and …

    …were being skipped for a while)
    adamsitnik committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1a95f34 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. adjust to changes from dotnet#104202: EqualityComparer<string>.Defaul…

    …t is mapped to StringEqualityComparer, but serialized as GenericEqualityComparer<string>
    adamsitnik committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2bfec6b View commit details
    Browse the repository at this point in the history