Home
Options

Util.Dif does not highlight missing records

I would expect a query such as 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


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.

Sign In or Register to comment.