SamboyCoding / Tomlet

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

Add TomlNonSerialized Attribute for class Fields and Properties + Test #24

Closed gismofx closed 1 year ago

gismofx commented 1 year ago

Fixes #23

Added [TomlNonSerialized] attribute and related test. If any feedback/changes or additional test cases are needed, please let me know.

Thanks!

coveralls commented 1 year ago

Coverage Status

Coverage: 92.47% (+0.01%) from 92.459% when pulling ee0d6b28149fb42ea776de0a5771142100043e73 on gismofx:TomlNonSerializedAttribute into ed780728d3d714745d9d5b2af308499ecf5ca20f on SamboyCoding:master.