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
Description
When using
dotnet test -l trx
in .NET 7.0, the TRX file writes an unexpected enum value (due to an undocumented change in .NET 7.0'sEnum.ToString()
).Steps to reproduce
See above
Expected behavior
Actual behavior
Environment
The text was updated successfully, but these errors were encountered: