VisualStudio icon indicating copy to clipboard operation
VisualStudio copied to clipboard

Datatable visualizer content missing

Open jieny opened this issue 3 years ago • 0 comments

Versions

  • Visual Studio version: 16.9.5
  • ASP.NET CORE 5.0 (ASP.NET CORE 3.1 or WorkService Project is normal)

What happened

Steps to Reproduce

Steps to reproduce the behavior:

  1. new ASP.NET CORE 5.0 project
  2. DataTable dt = new DataTable(); dt.Columns.Add("xxx");
  3. see dt

Expected behavior

see DataTable content

Screenshots

xxx

Logs

Additional context

jieny avatar May 15 '21 04:05 jieny