[PR #698] [MERGED] Fix XboxOne/XboxSX Filename bug #1117

Open
opened 2026-01-29 16:25:29 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/698
Author: @Deterous
Created: 5/10/2024
Status: Merged
Merged: 5/10/2024
Merged by: @mnadareski

Base: masterHead: fix-xboxone


📝 Commits (1)

  • e42b57f Fix XboxOne/XboxSX Filename bug

📊 Changes

2 files changed (+3 additions, -2 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Core/SubmissionInfoTool.cs (+2 -2)

📄 Description

XboxOne/XboxSX has a post-dump error since at least v3.1.6 due to a bug where SiteCode.Filename is not present in the dictionary during null-coalescing check
This fixes it


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/698 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 5/10/2024 **Status:** ✅ Merged **Merged:** 5/10/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `fix-xboxone` --- ### 📝 Commits (1) - [`e42b57f`](https://github.com/SabreTools/MPF/commit/e42b57fc1bfbccc9c93d5e6b081263a1c69dd3a5) Fix XboxOne/XboxSX Filename bug ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Core/SubmissionInfoTool.cs` (+2 -2) </details> ### 📄 Description XboxOne/XboxSX has a post-dump error since at least v3.1.6 due to a bug where SiteCode.Filename is not present in the dictionary during null-coalescing check This fixes it --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:25:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1117