Nett icon indicating copy to clipboard operation
Nett copied to clipboard

Attribute class name inconsistency

Open Erinaaaaaaa opened this issue 5 years ago • 0 comments

I just noticed as I browsed through the source a little inconsistency in class names for the attributes:

  • The [TomlIgnore] attribute class name is TomlIgnoreAttribute
  • The [TomlMember] attribute class name is TomlMember

I suggest renaming the latter class to TomlMemberAttribute if it's not a breaking change for existing code.

Erinaaaaaaa avatar Jul 31 '19 00:07 Erinaaaaaaa