ironfede / openmcdf

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

Added unit test method to demonstrate issue #88 and provided a fix. #93

Closed aunverdorben-dap closed 2 years ago

aunverdorben-dap commented 2 years ago

The fix for this issue consists of an improved handling of the lenght property in the StreamView class.

ironfede commented 2 years ago

Thank you @aunverdorben-dap for your fix.