-
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
[android][apple] BinaryFormatter serialization and deserialization not supported on mobile targets #103406
Comments
Tagging subscribers to 'os-ios': @vitek-karas, @kotlarmilos, @ivanpovazan, @steveisok, @akoeplinger |
Tagging subscribers to 'arch-android': @vitek-karas, @simonrozsival, @steveisok, @akoeplinger |
Tagging subscribers to 'os-tvos': @vitek-karas, @kotlarmilos, @ivanpovazan, @steveisok, @akoeplinger |
Tagging subscribers to 'os-maccatalyst': @vitek-karas, @kotlarmilos, @ivanpovazan, @steveisok, @akoeplinger |
Could it be related to #102379 @adamsitnik ? |
The tests probably just need to be ConditionalFact/ConditionalTheory/ConditionalClass filtered on PlatformDetection.IsBinaryFormatterSupported. |
The built-in BinaryFormatter support was turned off for mobile app types without a way to turn it back on. |
…atformDetection.IsBinaryFormatterSupported to be true, fixes dotnet#103406
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=703011
Build error leg or test failing: System.Resources.Extensions.Tests.FormattedObject
Affected configurations:
android_arm/arm64/x64/x86
iossimulator_x64
maccatalyst_arm64/x64
tvos_arm64
tvossimulator_x64
Error Message
Fill the error message using step by step known issues guidance.
Stacktrace example
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=703011
Error message validated:
[System.PlatformNotSupportedException : BinaryFormatter serialization and deserialization are not supported on this platform.
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 6/13/2024 9:43:14 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: