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
When checking if a provided string is a valid enum member, the method SingleValue always uses StringComparison.Ordinal in Line 67 instead of looking at ODataUriResolver.EnableCaseInsensitive and using a case insensitive comparison if it is true.
// If the member name is an integral value, we should try to convert it to the enum member name and find the enum member with the matching integral value