We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A number of tests in BinaryFormatterTests seem to fail occasionally.
BinaryFormatterTests
System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.ValidateBasicObjectsRoundtrip(obj: Bitmap { Flags = 77840, FrameDimensionsList = [7462dc86-6180-4c7e-8e3f-ee7333a7a483], Height = 100, HorizontalResolution = 16617360, Palette = ColorPalette { Entries = [...], Flags = 0 }, ... }, assemblyFormat: Full, filterLevel: Full, typeFormat: TypesAlways) [FAIL] Assert.Equal() Failure Expected: 16617360 Actual: 16618580
Seen in #34245.
The text was updated successfully, but these errors were encountered:
@ericstj beat me by a few minutes in #34302
Sorry, something went wrong.
No branches or pull requests
A number of tests in
BinaryFormatterTests
seem to fail occasionally.Seen in #34245.
The text was updated successfully, but these errors were encountered: