xoofx / Tomlyn

Tomlyn is a TOML parser, validator and authoring library for .NET Framework and .NET Core
BSD 2-Clause "Simplified" License
424 stars 29 forks source link

add IgnoreMissingProperties to TomlModelOptions #41

Closed TylerReid closed 2 years ago

TylerReid commented 2 years ago

I ran into this as well when playing around with things https://github.com/xoofx/Tomlyn/issues/37

xoofx commented 2 years ago

Thanks, LGTM, just a minor change to apply!