ironfede / openmcdf

Microsoft Compound File .net component - pure C# - netstandard 2.0
Mozilla Public License 2.0
308 stars 76 forks source link

When writing user defined properties, add a DictionaryProperty before… #105

Closed Numpsy closed 7 months ago

Numpsy commented 7 months ago

… writing the actual properties

The Microsoft documentation at https://learn.microsoft.com/en-us/openspecs/office_file_formats/ms-oshared/1414f765-ea8e-4a1e-a19c-641500e5f93d states that the DictionaryProperty is required in the user defined property set, but it doesn't seem to be presently written, so the written property set is invalid.