5275
Pathfinder; Bug Fixes for Install Overrides Backup
Pathfinder
Changes made for Pathfinder V5 PC's.
The fix: replaced ToDictionary() with manual dictionary building using dict[key] = value instead of dict.Add(key, value). ToDictionary uses Add internally, which throws on duplicate keys. The manual loop with indexer assignment silently handles duplicates by keeping the last entry — no crash.
Fixed — the type is ParameterStoreId, not ParameterID.