Aspose.Tasks for .NET 18.2 Release Notes

Major Features

KeySummaryCategory
TASKSNET-1994Implement a feature for Renumber WBS codesNew Feature
TASKSNET-1968Provide descriptive error messages when opening corrupted MPP filesNew Feature
TASKSNET-2199Implement GetPageCount overload depending on Start and EndDate datesEnhancement
TASKSNET-2252Recalculate raises exception for the attached projectBug
TASKSNET-2250Incorrect Link Type generated while saving project to MPXBug
TASKSNET-2249Saving project file corrupts the output fileBug
TASKSNET-2246Mpp gets empty after mpp writeBug
TASKSNET-2229ResourceAssignment.GetByUid() function does not select proper entryBug
TASKSNET-2228Project data lost after loading and saving MPP 2016 fileBug
TASKSNET-2223Exception raised while loading project from memory streamBug
TASKSNET-2097GanttBarStyle not set for summary taskBug
TASKSNET-1690Tasks with custom time-phased data have different finish date while opened in MSP (.NET)Bug

Public API and Backwards Incompatible Changes

Added Public TypesDescription
Aspose.Tasks.TasksLoggedExceptionRepresents the standard internal exception type.
Added Public methods and PropertiesDescription
Aspose.Tasks.Project.GetPageCount(Aspose.Tasks.Visualization.PageSize,Aspose.Tasks.Visualization.Timescale,System.DateTime,System.DateTime)Returns page count for the project to be rendered using given , and date range.
Aspose.Tasks.Project.RenumberWBSCodeRenumber WBS code of all tasks.
Aspose.Tasks.Project.RenumberWBSCode(System.Collections.Generic.List<System.Int32>)Renumber WBS code of passed tasks.
Aspose.Tasks.TasksLoggedException.OperationGets the exception operation information.
Aspose.Tasks.TasksLoggedException.LogTextGets the exception logging information.
Public methods and properties were deletedDescription
Aspose.Tasks.TasksReadingException.LogTextGets the exception logging information.
Aspose.Tasks.TasksWritingException.LogTextGets the exception logging information.