Code Tidy: Remove unused obsoleted InstalledPackage mapping#22713
Conversation
|
Claude finished @Migaroez's task in 1m 48s —— View job PR ReviewTarget: Removes the obsoleted
Suggestions
Approved with Suggestions for improvementGood to go — clean removal of a properly scheduled obsoleted mapping. The only thing worth addressing is the stale XML doc comment. |
AndyButland
left a comment
There was a problem hiding this comment.
Looks good. I just updated the XML docs on the class to better reflect what the methods now do (there were also some other out-dated references to mapped classes).
InstalledPackage mapping
Description
Removed the obsoleted InstalledPackage → PackageMigrationStatusResponseModel mapper registration and Map method from PackageViewModelMapDefinition. The current code already uses its replacement
IPackagePresentationFactory.CreatePackageMigrationStatusResponseModel(PagedModel<InstalledPackage> installedPackages)