Describe the bug
You cannot view the results of an IEnumerable in the watch window.
To Reproduce
- Create a new Blazor / WASM project in VS 2019
- Add a new class called
Bar using the code below
- Update
FetchData.razor using the code below.
- Add a breakpoint after the
foo variable is initialized
- Add
foo to the watch window
- Expand the
foo variable in the watch window
- Expand the
Sequence property (It's IEnumerable<int>)
Expected Results
An option will appear in the watch window called "Results View" that will execute the enumerable and display the results
Actual Results
No option exists to view the contents of the IEnumerable property.
WASM Output

.NET Core Output
