We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Repro steps
In Visual Studio (2022 here)
open System.Data let table = new DataTable("test") table.Columns.Add("a", typeof<string>) table.Columns.Add("b", typeof<int>) table.Rows.Add("a",1) |> ignore table.Rows.Add("b",2) |> ignore table
table
Expected behavior
I would like it to work the same as in C# or VB.NET debugger, it should show what is described on https://docs.microsoft.com/en-us/visualstudio/debugger/dataset-visualizer-dialog-box?view=vs-2022
Actual behavior
It shows
Could not load this custom viewer.
Known workarounds
Not found.
Related information
The text was updated successfully, but these errors were encountered:
Tracking
@smoothdeveloper this can be closed now, right?
Sorry, something went wrong.
@psfinaki 100% although I was just waiting to try it out in a future preview release.
I think it doesn't matter, so closing and will reopen if a future preview doesn't have it in a while.
No branches or pull requests
Repro steps
In Visual Studio (2022 here)
table
symbol, click on viewExpected behavior
I would like it to work the same as in C# or VB.NET debugger, it should show what is described on https://docs.microsoft.com/en-us/visualstudio/debugger/dataset-visualizer-dialog-box?view=vs-2022
Actual behavior
It shows
Known workarounds
Not found.
Related information
The text was updated successfully, but these errors were encountered: