Add OpenMSX deserialization test, fix issues

This commit is contained in:
Matt Nadareski
2023-07-12 22:13:14 -04:00
parent b3f7d70834
commit fec15317c2
12 changed files with 26602 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ namespace SabreTools.Models.OfflineList
[XmlAttribute("value")]
public string? Value { get; set; }
[XmlText]
public string? Content { get; set; }
}
}