Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hex format specifier is not applied to array elements in EE #25381

Open
ivanbasov opened this issue Mar 9, 2018 · 0 comments
Open

hex format specifier is not applied to array elements in EE #25381

ivanbasov opened this issue Mar 9, 2018 · 0 comments

Comments

@ivanbasov
Copy link
Contributor

Steps to Reproduce:

  1. Execute the following code
static void Main(string[] args)
{
    var a = new byte[] { 136, 128, 129, 185, 21 };
   Debugger.Break();
}
  1. Type a, h in Expression Evaluator where h specifies applying a hex formatter.

Expected Behavior:
Array and array elements are displayed in hex in EE.
image

Actual Behavior:
Array is displayed in hex in EE. Array elements are displayed in decimal form.
image

This is a regression from the legacy EE (see the screenshot of the expected behavior).

@ivanbasov ivanbasov added this to the 15.8 milestone Mar 9, 2018
@jinujoseph jinujoseph modified the milestones: 15.8, Unknown May 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants