lklein53
lklein53
@twsouthwick thanks for your quick reply. Sorry messed up the bug report. I already tried using version v2.13.0-beta2
Yes, both versions produce a broken pptx without the video in it.
Hi, I had some time to look into this today. In line 1731 of the OpenXmlPartContainer is the following code: ```csharp var newDataPartReference = DataPartReferenceRelationship.Create(this, newDataPart, dataPartReferenceRelationship.RelationshipType, dataPartReferenceRelationship.Id); ReferenceRelationshipList.AddLast(newDataPartReference); ```...
https://github.com/OfficeDev/Open-XML-SDK/pull/934 contains the change and a simple regression test
@twsouthwick can this issue be closed? Somehow my changes have been merged in June last year already (https://github.com/OfficeDev/Open-XML-SDK/pull/934)
@mgehre would it be okay to extend the current LifetimeReporter for that kind of warning or should it better be handled by a new kind of Reporter ?