You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Call base class methods on ISerializable types
Description:
To fix a violation of this rule, call the base type GetObjectData method or serialization constructor from the corresponding derived type method or constructor.
Dependency: IOperation
Notes:
The text was updated successfully, but these errors were encountered:
This rule will not be ported since we are on a path toward having BinaryFormatter fully deprecated and removed from .NET.
See also: BinaryFormatter Obsoletion Strategy
Title: Call base class methods on ISerializable types
Description:
To fix a violation of this rule, call the base type GetObjectData method or serialization constructor from the corresponding derived type method or constructor.
Dependency: IOperation
Notes:
The text was updated successfully, but these errors were encountered: