[Rule] Allowed values for an enum have changed
Open
.NET
planned
Rule
Rule Doc Needed
- Dominant language
- C#
- Stars
- 290
- Forks
- 50
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 5
Description
Enum “foo” had allowed values as “val1” and “val2” in v1 of API. If now, the values allowed/accepted by the service are “val1”, “val2” and “val3”, client will fail to de-serialize if “val3” comes back in the response.
Contributor guide
Assessment
This issue has not been assessed yet.