SabreTools.Models
1.1.1
See the version list below for details.
dotnet add package SabreTools.Models --version 1.1.1
NuGet\Install-Package SabreTools.Models -Version 1.1.1
<PackageReference Include="SabreTools.Models" Version="1.1.1" />
paket add SabreTools.Models --version 1.1.1
#r "nuget: SabreTools.Models, 1.1.1"
// Install SabreTools.Models as a Cake Addin #addin nuget:?package=SabreTools.Models&version=1.1.1 // Install SabreTools.Models as a Cake Tool #tool nuget:?package=SabreTools.Models&version=1.1.1
SabreTools.Models
This library comprises of models that represent either directly serializable or representative structures for all SabreTools projects. All of the main models representing metadata files should have parsers created outside of the current code.
Find the link to the Nuget package here.
In most completed models for serialization, there is a section that looks like the following:
#region DO NOT USE IN PRODUCTION
/// <remarks>Should be empty</remarks>
[XmlAnyAttribute]
public XmlAttribute[]? ADDITIONAL_ATTRIBUTES { get; set; }
/// <remarks>Should be empty</remarks>
[XmlAnyElement]
public object[]? ADDITIONAL_ELEMENTS { get; set; }
#endregion
This code should be removed before the models are used. This is only included during debugging and implementation as to ensure that there are no notable holes in the models that would disallow 1:1 replication of inputs.
Missing Metadata Models
The following metadata file formats do not have models included in this library yet and, as such, do not have serializers:
- Missfile
- SabreJSON
- SabreDAT XML
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Newtonsoft.Json (>= 13.0.3)
-
net6.0
- Newtonsoft.Json (>= 13.0.3)
-
net7.0
- Newtonsoft.Json (>= 13.0.3)
-
net8.0
- Newtonsoft.Json (>= 13.0.3)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on SabreTools.Models:
Package | Downloads |
---|---|
UnshieldSharp
Port of Unshield and unshieldv3 to C# |
|
SabreTools.Serialization
Serialization and deserialization helpers for various types |
|
WiseUnpacker
Wise installer unpacker based on E_WISE and HWUN |
|
BurnOutSharp
Protection scanning library |
|
SabreTools.Compression
Clean compression implementations |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on SabreTools.Models:
Repository | Stars |
---|---|
SabreTools/MPF
Redumper/Aaru/DiscImageCreator GUI in C#
|
|
SabreTools/SabreTools
DAT management tool with advanced editing and sorting features
|
Version | Downloads | Last updated |
---|---|---|
1.4.11 | 1,702 | 10/31/2024 |
1.4.10 | 3,503 | 10/1/2024 |
1.4.9 | 263 | 8/8/2024 |
1.4.8 | 5,168 | 5/15/2024 |
1.4.7 | 77 | 5/15/2024 |
1.4.6 | 193 | 5/13/2024 |
1.4.5 | 1,842 | 4/24/2024 |
1.4.4 | 426 | 4/24/2024 |
1.4.3 | 134 | 4/23/2024 |
1.4.2 | 1,483 | 4/4/2024 |
1.4.1 | 548 | 4/2/2024 |
1.4.0 | 1,793 | 3/12/2024 |
1.3.0 | 4,320 | 11/21/2023 |
1.2.0 | 381 | 11/14/2023 |
1.1.5 | 382 | 10/25/2023 |
1.1.4 | 455 | 9/29/2023 |
1.1.3 | 184 | 9/22/2023 |
1.1.2 | 315 | 9/13/2023 |
1.1.1 | 254 | 9/11/2023 |
1.1.0 | 191 | 9/5/2023 |