Add Hashfile deserialization test, fix issues

This commit is contained in:
Matt Nadareski
2023-07-13 16:26:03 -04:00
parent 3ac1e7ce4e
commit fcd95a6e60
5 changed files with 220 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ namespace SabreTools.Models.DosCenter
#region DO NOT USE IN PRODUCTION
/// <remarks>Should be empty</remarks>
public string[] ADDITIONAL_ELEMENTS { get; set; }
public string[]? ADDITIONAL_ELEMENTS { get; set; }
#endregion
}