ironfede / openmcdf

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

Fix TEST_PR_13 correctness #180

Closed jeremy-visionaid closed 1 month ago

jeremy-visionaid commented 1 month ago

GUIDs are value types and cannot be null

ironfede commented 1 month ago

GUIDs are value types and cannot be null

This api was effectively too specific and not generic enough... I cannot remove in 2.x since it's public but it should be fixed and generalized in 3.x. Thanks @jeremy-visionaid