Jasonnn
✅ Nullable<int> and xUnit
Actually the second was just my IDE that didn't see that I had replaced
int
by int?
I think, the warning just disappeared. My bad.
Should I use Assert.Null()
even though the XML doc says "object" and I'm technically using it on a value type? Maybe it just boxes my value type automatically?9 replies