Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 253 Bytes

avoid_duplicating_user_defined_enum_property_names.md

File metadata and controls

11 lines (7 loc) · 253 Bytes
default
major

Avoid duplicating user-defined enum property names

#1168 by @wileykestner

The generator will now create names for properties gauranteed to avoid colliding with the names of other existing, user-defined types.

Resolves #1167