Hyperlink value is not shown when opening MPP file saved by Aspose.Tasks

Hello, tell me why it is possible not to display the task hyperlink in the MPP file?
I add a hyperlink via task.Set(Task.Hyperlink, "aspose.com "), but in the saved file the field is empty.
If you import the exported file, the hyperlink will be. That is, it is only not displayed in the file?example.zip (108.7 KB)

@baarkov
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): TASKSNET-10796

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@baarkov,
we were able to reproduce the issue.
The fix will be released in version 23.3.

The issues you have found earlier (filed as TASKSNET-10796) have been fixed in this update.

@baarkov,
Could you try the code in 23.3?

Please note that Tsk.Hyperlink is a visible hyperlink description, you probably need to set HyperlinkAddress also:

task.Hyperlink = "Hyperlink description";
task.HyperlinkAddress = "https://aspose.com";