mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-02-03 21:30:35 +00:00
[PR #62] [MERGED] Implement model, reader, wrapper for valve SKU sis files. #95
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/SabreTools.Serialization/pull/62
Author: @HeroponRikiBestest
Created: 1/27/2026
Status: ✅ Merged
Merged: 1/29/2026
Merged by: @mnadareski
Base:
main← Head:steam-try-again📝 Commits (8)
0fa2991Try again199ab64Fix import alphebetization9e4969aFixes.3047688first part of first attempt at a model38484b0Reimplement Sku Sis parsing64626b1First round of fixes8995ab3Make sure stream isn't closed7fe4cc9Missed this newline📊 Changes
9 files changed (+643 additions, -0 deletions)
View changed files
➕
SabreTools.Serialization.Test/Readers/SkuSisTests.cs(+73 -0)➕
SabreTools.Serialization.Test/Wrappers/SkuSisTests.cs(+61 -0)➕
SabreTools.Serialization/Models/VDF/Constants.cs(+19 -0)➕
SabreTools.Serialization/Models/VDF/Sku.cs(+158 -0)➕
SabreTools.Serialization/Models/VDF/SkuSis.cs(+30 -0)➕
SabreTools.Serialization/Readers/SkuSis.cs(+146 -0)📝
SabreTools.Serialization/WrapperFactory.cs(+11 -0)➕
SabreTools.Serialization/Wrappers/SkuSis.cs(+140 -0)📝
SabreTools.Serialization/Wrappers/WrapperType.cs(+5 -0)📄 Description
Re-PRing https://github.com/SabreTools/SabreTools.Serialization/pull/54 due to failed rebase.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.