Martin Atkins

Results 1242 comments of Martin Atkins

It might be worth thinking about what should happen if `Length` is called on a list whose `ValueState` is either null or unknown. If `Length` were instead defined to return...

(Sorry for the belated reply!) The main hazard to think about when deciding between directly returning `int` or using a possibly-unknown `Int64Value` is the likelihood that provider logic relying on...