VisualStudio
VisualStudio copied to clipboard
Datatable visualizer content missing
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:
- new ASP.NET CORE 5.0 project
- DataTable dt = new DataTable(); dt.Columns.Add("xxx");
- see dt
Expected behavior
see DataTable content