ironfede / openmcdf

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

Unit Test Coverage #17

Open ArminFirecracker opened 6 years ago

ArminFirecracker commented 6 years ago

We at http://www.brainproducts.com/ thinking of using OpenMcdf for our next project. So I had a deeper look into the functionality and I'm quite happy!

There are some parts of the code not covered by the unit test. I wonder if you are aware of that.

Like this method:

public CompoundFile(Stream stream, CFSUpdateMode updateMode, CFSConfiguration configParameters)