Results 8 comments of Alexey

My description seems was not full. And unfortunately I already missed (rewrote) that code. I have other Setters with well working CalcBinding. Next time I'll try to be more carefully...

There is no any specific. I suppose the simplest example is: ``` var Data = new List(); Data.Add(new{1}); ``` I used it as ``` Data = DataTable.New.ReadCsv("data.csv").RowsAs().ToList(); Data.Add(new {data1, data2,...

@MikeStall Here is what I need: var data = DataTable.New.ReadCsv(fileName); data.AddRange(DataTable.New.ReadCsv(fileName2));

@MikeStall , unfortunately DataTable doesn't have overload of DataTable.New with columns and delimiter specified both. Could you please add such?

Used all recommendations from doc for .net framework, but it doesn't work for me for .net framework 4.7.1 ``` error CS0117: 'TabName' does not contain a definition for 'From' ```

> Unfortunately this feature is currently broken, and waiting for myself or someone else to rewrite it for live view CM6-based editor. waiting for this very much..

Reproduced for me for latest VS build now. Nothing was ported between VS. Just saddenly it begins reproduced on open solution. Pressing No in dialog connects to TFS(git) well. Also...