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 i try to use these visualizers in an x# project (2.17.0.3), i'll get the following error: "Could not load this custom viewer."
Here's a example project in c# and x# that shows that problem. When you put a breakpoint on the dt.Rows.Clear line and try to use the debug viewer on arr or dt.
It's working now, but the visualizer is not very smart. It also includes fields and properties that are marked with an attribute to be hidden. See microsoft/ConcordExtensibilitySamples#108
Therefore, the visualizer output for arrays is Terrible because it shows all the hidden properties of the Usual values in the array elements.....
Visual Studio 2022 (17.2) supports debug visualizers for IEnumerables and DataTables.
https://devblogs.microsoft.com/visualstudio/view-net-collections-with-the-new-ienumerable-debugger-visualizer/
If i try to use these visualizers in an x# project (2.17.0.3), i'll get the following error: "Could not load this custom viewer."
Here's a example project in c# and x# that shows that problem. When you put a breakpoint on the dt.Rows.Clear line and try to use the debug viewer on arr or dt.
X# Example: XSharpTestsDataTableViewer.zip
C# Example: Visualizer.zip
The text was updated successfully, but these errors were encountered: