-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Epic- Update BinaryFormatter usage #6267
Copy link
Copy link
Open
Labels
area-Serialization-BinaryFormatter-FeatureWorkFeature work under the general area of BinaryFormatter related serializationFeature work under the general area of BinaryFormatter related serializationepicGroups multiple user stories. Can be grouped under a theme.Groups multiple user stories. Can be grouped under a theme.priority-1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship without
Milestone
Metadata
Metadata
Assignees
Labels
area-Serialization-BinaryFormatter-FeatureWorkFeature work under the general area of BinaryFormatter related serializationFeature work under the general area of BinaryFormatter related serializationepicGroups multiple user stories. Can be grouped under a theme.Groups multiple user stories. Can be grouped under a theme.priority-1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship without
Type
Fields
Give feedbackNo fields configured for issues without a type.
Official BinaryFormatter removal announcement: dotnet/runtime#98245
BinaryFormatter is an inherently unsafe serliazer. WinForms used it quite a bit in early versions and now we should remove as much of this as possible.
This is part of the dotnet/planning/issues/27 theme
BinaryFormatedObjectusage #8290Related: