The root task is visible before processing with Aspose.Tasks (19.5). When opening the saved copy, the root task is hidden.
This happens consistently.
There should be no changes at all to our customer files that we did not explicitly manufacture.
Code:
var stream = new FileStream(filePath, FileMode.OpenOrCreate);
var project = new Project(stream, new LoadOptions());
project.Save(newfilePath, SaveFileFormat.MPP);
Example File:
Commercial Construction.zip (46.1 KB)
The attached GIF shows what happens:
root task.gif (1.6 MB)