I am upgrading my configuration to work with the new version of ArcGIS Pro 3.2
In my configuration I load a list of recent projects that the user has worked on. After the upgrade, old projects that were created with previous arcgis pro version are no longer returned from this command.
Project.GetRecentProjects().Select(f => new FileInfo(f));
I know my old projects will load in the new pro, as I can do it OOB and then rerun my configuration and they then show up in my list. Is this expected behavior that GetRecentProjects only returns the projects created in latest version of Pro that is running.