[PR #32] [MERGED] Redumper skeleton support #60

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/SabreTools.Serialization/pull/32
Author: @Deterous
Created: 10/30/2025
Status: Merged
Merged: 10/30/2025
Merged by: @mnadareski

Base: mainHead: main


📝 Commits (7)

📊 Changes

3 files changed (+120 additions, -0 deletions)

View changed files

📝 SabreTools.Serialization/WrapperFactory.cs (+8 -0)
SabreTools.Serialization/Wrappers/Skeleton.cs (+107 -0)
📝 SabreTools.Serialization/Wrappers/WrapperType.cs (+5 -0)

📄 Description

Skeleton file support that is just a wrapper around ISO9660, without Extract functionality as Skeletons have wiped file contents so there is nothing to extract.

No idea how to wrap ISO9660.Printer for this.


🔄 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/SabreTools.Serialization/pull/32 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 10/30/2025 **Status:** ✅ Merged **Merged:** 10/30/2025 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`89a74b0`](https://github.com/SabreTools/SabreTools.Serialization/commit/89a74b0cdf4a35c3d8d9f6662cbe69ffa1002eda) Skeleton support - [`552cf2a`](https://github.com/SabreTools/SabreTools.Serialization/commit/552cf2a8af410d7c46697c23b7a4435c3e76ac4d) hide ISO extract - [`7dd7cb2`](https://github.com/SabreTools/SabreTools.Serialization/commit/7dd7cb26cec745c2b5da994bc112615a4c9d429b) Return true - [`91d9448`](https://github.com/SabreTools/SabreTools.Serialization/commit/91d94483ea2e192ad723898bb950873149a586cb) Don't inherit ISO9660 - [`a4c3d48`](https://github.com/SabreTools/SabreTools.Serialization/commit/a4c3d48e939e4cf58889e7fe428ccf4bf01f4ed4) fix - [`841fbf7`](https://github.com/SabreTools/SabreTools.Serialization/commit/841fbf77bb110e60138836123975a2ff287503c1) fix2 - [`36fd631`](https://github.com/SabreTools/SabreTools.Serialization/commit/36fd631f6189d02597729a37d623fe81c84f1a5e) Skeleton ### 📊 Changes **3 files changed** (+120 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `SabreTools.Serialization/WrapperFactory.cs` (+8 -0) ➕ `SabreTools.Serialization/Wrappers/Skeleton.cs` (+107 -0) 📝 `SabreTools.Serialization/Wrappers/WrapperType.cs` (+5 -0) </details> ### 📄 Description Skeleton file support that is just a wrapper around ISO9660, without Extract functionality as Skeletons have wiped file contents so there is nothing to extract. No idea how to wrap ISO9660.Printer for this. --- <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 21:16:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/SabreTools.Serialization#60