To reproduce:
var Presentation = new Presentation("PP_Acx_CheckBox_Status.pptm");
Assert.NotEmpty(Presentation.VbaProject.Modules);
The expected result is for the assertion to pass.
However, the VbaProject.Modules col…...reproduce: var presentation = new Presentation("PP_Acx_CheckBox_Status...pptm"); Assert.NotEmpty(presentation.VbaProject.Modules); The...