You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.
I just noticed as I browsed through the source a little inconsistency in class names for the attributes:
[TomlIgnore]
attribute class name isTomlIgnoreAttribute
[TomlMember]
attribute class name isTomlMember
I suggest renaming the latter class to
TomlMemberAttribute
if it's not a breaking change for existing code.The text was updated successfully, but these errors were encountered: