SamboyCoding / Tomlet

Zero-Dependency, model-based TOML De/Serializer for .NET
MIT License
155 stars 29 forks source link

No way to manually create table array. #11

Closed SamboyCoding closed 3 years ago

SamboyCoding commented 3 years ago

There is no way to manually construct and serialize an array of non-inline tables because the IsTableArray property on TomlArray is private. This case should be detected or the field exposed to the end user.

SamboyCoding commented 3 years ago

Fixed in 2.0.0