SabreTools.Models 1.4.5

dotnet add package SabreTools.Models --version 1.4.5
NuGet\Install-Package SabreTools.Models -Version 1.4.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SabreTools.Models" Version="1.4.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SabreTools.Models --version 1.4.5
#r "nuget: SabreTools.Models, 1.4.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SabreTools.Models as a Cake Addin
#addin nuget:?package=SabreTools.Models&version=1.4.5

// Install SabreTools.Models as a Cake Tool
#tool nuget:?package=SabreTools.Models&version=1.4.5

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 Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  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 Core netcoreapp3.1 is compatible. 
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 is compatible.  net46 was computed.  net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on SabreTools.Models:

Package Downloads
UnshieldSharp

Port of Unshield and unshieldv3 to C#

BurnOutSharp

Protection scanning library

WiseUnpacker

Wise installer unpacker based on E_WISE and HWUN

SabreTools.Serialization

Serialization and deserialization helpers for various types

SabreTools.Compression

Clean compression implementations

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SabreTools.Models:

Repository Stars
SabreTools/MPF
Redumper/Aaru/DiscImageCreator GUI in C#
Version Downloads Last updated
1.4.5 576 4/24/2024
1.4.4 358 4/24/2024
1.4.3 95 4/23/2024
1.4.2 1,291 4/4/2024
1.4.1 454 4/2/2024
1.4.0 1,686 3/12/2024
1.3.0 3,842 11/21/2023
1.2.0 272 11/14/2023
1.1.5 340 10/25/2023
1.1.4 406 9/29/2023
1.1.3 153 9/22/2023
1.1.2 255 9/13/2023
1.1.1 213 9/11/2023
1.1.0 161 9/5/2023