- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.1k
 
Open
Labels
area-Serialization-BinaryFormatter-FeatureWorkFeature work under the general area of BinaryFormatter related serializationFeature work under the general area of BinaryFormatter related serializationarea-VSDesignerWindows Forms out-of-proc designer related issuesWindows Forms out-of-proc designer related issues
Milestone
Description
Resx uses TypeConverters when available to convert data to/from string and byte[]. The specific type converter used isn't recorded, it's only the active one for typeof(T) that is considered. For unwrapping it would be good to know the specific type converter used and attempt to use the exact one if possible and give diagnostic information of some sort.
In order for this sort of change to have meaning, all copies of the Resx code need to be considered (MSBuild has their own, for example.)
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 serializationarea-VSDesignerWindows Forms out-of-proc designer related issuesWindows Forms out-of-proc designer related issues