Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Use the BinaryFormatter only on .NET FW and Mono #497

Use the BinaryFormatter only on .NET FW and Mono

Use the BinaryFormatter only on .NET FW and Mono #497

Triggered via pull request February 20, 2025 16:29
Status Failure
Total duration 9m 26s
Artifacts

ARM.yml

on: pull_request
Build and Test ARM64
2m 55s
Build and Test ARM64
Fit to window
Zoom out
Zoom in

Annotations

1 error and 7 warnings
Build and Test ARM64
Process completed with exit code 1.
Build and Test ARM64
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Build and Test ARM64: src/runtime/PythonTypes/PyFloat.cs#L11
'PyFloat' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test ARM64: src/runtime/PythonTypes/PyInt.cs#L12
'PyInt' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build and Test ARM64: src/embed_tests/Events.cs#L54
The event 'ClassWithEventHandler.LeakEvent' is never used
Build and Test ARM64: src/embed_tests/StateSerialization/MethodSerialization.cs#L40
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Build and Test ARM64: src/embed_tests/StateSerialization/MethodSerialization.cs#L42
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Build and Test ARM64: src/embed_tests/Events.cs#L54
The event 'ClassWithEventHandler.LeakEvent' is never used