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
If multiple enumeration members have the same underlying value and you attempt to retrieve the string representation of an enumeration member's name based on its underlying value, your code should not make any assumptions about which name the method will return.
But do you think it's still worth documenting this as a breaking change in dotnet/docs? cc @gewarren
A change was made to the ConstantValueToStringTest01 as part of the .net7 upgrade. This change needs to be verified for correctness.
3c25e89#diff-fa3e4d702687221608839d749b02eae5fc7fff1aac1467cd089c473e36449c19R195
Original PR - #60523
The text was updated successfully, but these errors were encountered: