Aspose.Tasks Cloud 25.11 Release Notes

All Changes

KeySummaryIssue Type
TASKSNET-11063Add auto-correction of calendar names when opening file with duplicated calendar namesEnhancement
TASKSNET-11547Fix ResourceAssignment.GetTimephasedData method is not generating zero TD between Stop and Resume dates for TimephasedDataType.AssignmentWorkEnhancement
TASKSNET-11532Fix incorrect logic of Assignment.GetTimephasedData method for assignments of a material resourceBug
TASKSNET-11529Fix incorrect writing of timephased data when timephased work is added for non-working dayBug
TASKSNET-11485Fix exception when importing a project from XER file when WBS and Task entities have the same wbs_id and task_idBug
TASKSNET-11480Fix reading of real-numbered values of FreeSlack, TotalSlack properties from XER formatBug
TASKSNET-11453Fix StackOverflowException when MPP file with calendar’s circular dependency is loadedBug
TASKSNET-11544Fix incorrect order of TD when calling GetTimephasedData for TimephasedDataType.AssignmentWorkBug
TASKSNET-11577Fix ResourceAssignment.GetTimephasedData doesn’t cut the resulting timephased data items according to the passed start/end argumentBug
TASKSNET-11575Fix processing of baselines’ TD when it contains work intervals on non-working time according to the assignment’s calendarBug
TASKSNET-11566Fix incorrect logic of GetTimephasedData method for baseline work when ResourceAssignment’s TimephasedData was not previously accessedBug
TASKSNET-11564Fix ResourceAssignment.TimephasedData doesn’t contain AssignmentActualWork items after moving a parent taskBug
TASKSNET-11550Fix duplication of baseline’s timephased dataBug
TASKSNET-11549Fix logic of calculation of baseline work TDs after resource calendar is changedBug
TASKSNET-11533Fix logic of resolving a calendar of an assignments of material and work resourcesBug

Public API and Backwards Incompatible Changes

The following public properties were added:Description
PrimaveraTaskProperties.PrimaryConstraintTypeGets a type of primary constraint.
PrimaveraTaskProperties.PrimaryConstraintDateGets the date of primary constraint.
PrimaveraTaskProperties.SecondaryConstraintTypeGets a type of secondary constraint.
PrimaveraTaskProperties.SecondaryConstraintDateGets the date of secondary constraint.
The following public types were added:Description
PrimaveraConstraintTypeSpecifies a type of activity’s constraint.
The following public enumerations were added:Description
PrimaveraConstraintType.NoneNot specified or not applicable.
PrimaveraConstraintType.FinishOn‘Finish On’ type.
PrimaveraConstraintType.FinishOnOrAfter‘Finish On or After’ type.
PrimaveraConstraintType.FinishOnOrBefore‘Finish On or Before’ type.
PrimaveraConstraintType.MandatoryFinish‘Mandatory Finish’ type.
PrimaveraConstraintType.MandatoryStart‘Mandatory Start’ type.
PrimaveraConstraintType.StartOn‘Start On’ type.
PrimaveraConstraintType.StartOnOrAfter‘Start On or After’ type.
PrimaveraConstraintType.StartOnOrBefore‘Start On or Before’ type.
PrimaveraConstraintType.AsLateAsPossible‘As Late As Possible’ type.