mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add DosCenter deserialization test, fix issues
This commit is contained in:
@@ -6,13 +6,20 @@ namespace SabreTools.Models.DosCenter
|
||||
/// <remarks>name, attribute</remarks>
|
||||
public string? Name { get; set; }
|
||||
|
||||
/// <remarks>size, attribute</remarks>
|
||||
public long? Size { get; set; }
|
||||
/// <remarks>size, attribute, numeric</remarks>
|
||||
public string? Size { get; set; }
|
||||
|
||||
/// <remarks>crc, attribute</remarks>
|
||||
public string? CRC { get; set; }
|
||||
|
||||
/// <remarks>date, attribute</remarks>
|
||||
public string? Date { get; set; }
|
||||
|
||||
#region DO NOT USE IN PRODUCTION
|
||||
|
||||
/// <remarks>Should be empty</remarks>
|
||||
public string[]? ADDITIONAL_ELEMENTS { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user