Warning in Photoshop after update of text layer

Hi,
when updating text layer value in the attached file, you will get warning when opening updated file in Photoshop about layers which need to be updated - also see attached picture.
code used to update layer content:
var layer = psdImage.Layers[index];
if (!(layer is TextLayer textLayer)) return;
textLayer.UpdateText(“new text”);

AsposeBugs.zip (49.8 KB)

@rlaskowski.sdl,

I have observed your comments. Can you please share sample project so that we may further investigate to help you out.

Hi,
the sample code is in the original message - including the sample files, what else is needed?

@rlaskowski.sdl,

I have worked with source file shared by you using Aspose.Imaging for .NET 18.6 and unable to observe any issue. I have used PSD viewer software to view these file and unable to observe any problem in opening. Can you please share details regarding version you are using on your end so that we may further investigate to help you out. Also please confirm that you are facing this issue in which Photoshopoutputpsd.zip (13.6 KB)
and can you please try to use any other software to open this file and share your feedback here.