-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Master tracking issue for removing BinaryFormatter usage from dotnet libs #39287
Comments
Tagging subscribers to this area: @dotnet/area-system-security, @vcsjones Issue DetailsThis issue tracks the tagging and removal of dotnet/runtime
Documentation of Breaking ChangesAs part of the definition of done for each of these items, we must identify possibilities where changing serialization formats could be a breaking change for customers. For instance, if the serialized output could have been persisted to disk, we will likely need to document where the deserialization of persisted data could be affected.
|
@jeffhandley should we close this issue and move the remaining work to a new one? Or just move it to 9.0? |
Let's just move it to 9.0.0. Done. |
This issue tracks the tagging and removal of
BinaryFormatter
-related code paths from various dotnet org repos. See dotnet/designs#141 for more information.dotnet/runtime
DataSet
ResourceReader
Documentation of Breaking Changes
As part of the definition of done for each of these items, we must identify possibilities where changing serialization formats could be a breaking change for customers. For instance, if the serialized output could have been persisted to disk, we will likely need to document where the deserialization of persisted data could be affected.
The text was updated successfully, but these errors were encountered: