-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Commits on Sep 9, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 8ecb9d4 - Browse repository at this point
Copy the full SHA 8ecb9d4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2565dd7 - Browse repository at this point
Copy the full SHA 2565dd7View commit details -
Don't use WeakReferences in the round trip test, as the target may ge…
…t freed in the meantime, fixes dotnet#104905 (dotnet#106967)
Configuration menu - View commit details
-
Copy full SHA for 044d6a0 - Browse repository at this point
Copy the full SHA 044d6a0View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c0b7ded - Browse repository at this point
Copy the full SHA c0b7dedView commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 833dea0 - Browse repository at this point
Copy the full SHA 833dea0View commit details
Commits on Sep 17, 2024
-
[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
Configuration menu - View commit details
-
Copy full SHA for d527ce1 - Browse repository at this point
Copy the full SHA d527ce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9966ce - Browse repository at this point
Copy the full SHA f9966ceView commit details