-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Description
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
- Consider aggressive AppContext switch for enabling safer
BinaryFormatedObject
usage #8290 - Investigate adding additional TypeConverter metadata to Resx #8297
- Add test coverage for ResX classes #8295
- Clean up usage of BinaryFormatter throughout codebase #1251
- Document how to add a custom TypeConverter for AxHost.State serialization #8296
- Remove BinaryFormatter for property bag serialization #7988
- Remove BinaryFormatter support from Control's ActiveX projection. #7986
- CSV format is put on clipboard as BinaryFormatted string #9059
- Public WinForms / .NET types require the BinaryFormatter when serializing public properties. #9110
- Look at limiting BinaryFormatter usage with CodeDomSerializationStore #9428
Related:
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