Ingore unmatched YAML fields

pull/1/head
firealarmss 1 year ago
parent 3d6ff4f1af
commit bc8a572055

@ -124,6 +124,7 @@ namespace WhackerLinkConsoleV2
{
var deserializer = new DeserializerBuilder()
.WithNamingConvention(CamelCaseNamingConvention.Instance)
.IgnoreUnmatchedProperties()
.Build();
var yaml = File.ReadAllText(filePath);

Loading…
Cancel
Save

Powered by TurnKey Linux.