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
Is your feature request related to a problem? Please describe
Given that https://docs.microsoft.com/en-us/dotnet/standard/serialization/binaryformatter-security-guide and overall plan to obsolete BinaryFormatter, is there time to do the same and mark constructors with (SerializationInfo info, StreamingContext context). Also all implementations for serialization can be put behind AppContext switch, so if somebody want risky behavior he should opt-in into it.
Describe the solution you'd like and alternatives you've considered
Other alternative is provide more blog posts, and guidance how to move out of this technology, and later on again obsolete it and eventually drop support 😄
Will this feature affect UI controls?
Potentially VS designer affected, maybe 3rd party-controls libraries.
They should be informed about change upfront, even if writing was on the wall for a long time.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
Given that https://docs.microsoft.com/en-us/dotnet/standard/serialization/binaryformatter-security-guide and overall plan to obsolete BinaryFormatter, is there time to do the same and mark constructors with
(SerializationInfo info, StreamingContext context)
. Also all implementations for serialization can be put behindAppContext
switch, so if somebody want risky behavior he should opt-in into it.Example how it is handled with
DataTable
class https://docs.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib0038Describe the solution you'd like and alternatives you've considered
Other alternative is provide more blog posts, and guidance how to move out of this technology, and later on again obsolete it and eventually drop support 😄
Will this feature affect UI controls?
Potentially VS designer affected, maybe 3rd party-controls libraries.
They should be informed about change upfront, even if writing was on the wall for a long time.
The text was updated successfully, but these errors were encountered: