[PR #592] [MERGED] Remove psxt001z Pkg Ref in MPF.Test #1054

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/592
Author: @Deterous
Created: 10/31/2023
Status: Merged
Merged: 10/31/2023
Merged by: @mnadareski

Base: masterHead: del-pkg-ref


📝 Commits (1)

  • 74da92b Remove psxt001z Pkg Ref in MPF.Test

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 MPF.Test/MPF.Test.csproj (+0 -1)

📄 Description

The only using for psxt001z inside MPF.Test was deleted but the csproj still has it as a reference.

Note:
It would be nice to put the Libcrypt check from psxt001z into BOS, having the LibCrypt check require its own library doesn't make sense, especially since its only ever used once inside MPF.Core/Protection.cs: https://github.com/SabreTools/MPF/blob/master/MPF.Core/Protection.cs#L142
But I'll leave that to you to decide, I know it's not originally your code.


🔄 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/592 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 10/31/2023 **Status:** ✅ Merged **Merged:** 10/31/2023 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `del-pkg-ref` --- ### 📝 Commits (1) - [`74da92b`](https://github.com/SabreTools/MPF/commit/74da92b2694d77172467c97f99feb85668f6de2f) Remove psxt001z Pkg Ref in MPF.Test ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `MPF.Test/MPF.Test.csproj` (+0 -1) </details> ### 📄 Description The only `using` for psxt001z inside MPF.Test was deleted but the csproj still has it as a reference. Note: It would be nice to put the Libcrypt check from psxt001z into BOS, having the LibCrypt check require its own library doesn't make sense, especially since its only ever used once inside MPF.Core/Protection.cs: https://github.com/SabreTools/MPF/blob/master/MPF.Core/Protection.cs#L142 But I'll leave that to you to decide, I know it's not originally your code. --- <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:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1054