Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.
This repository was archived by the owner on May 22, 2026. It is now read-only.

enum with name 'count' #688

Description

@iscai-msft

Solution: make all enums uppercase. To maintain backcompat, check to see if the all uppercase version of the enum exists: i.e., user passes in EnumClass.count, search and see if COUNT exists, if not, throw error, otherwise, return EnumClass.COUNT

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions