Util.Dif does not highlight missing records
I would expect a query such as
![image](https://i.imgur.com/JnCMl90.png)
I thought I had previously since a result where the second record was shown with each column having the values in red followed by nulls in green.
Util.Dif(Customers.Take(2), Customers.Take(1)).Dump();
to make it obvious that that the second record is missing on one side. The title does indicate that there are 2 records on on side and only 1 on the other, but this is very easy to miss (see image below)![image](https://i.imgur.com/JnCMl90.png)
I thought I had previously since a result where the second record was shown with each column having the values in red followed by nulls in green.