Mark Seemann

Results 114 comments of Mark Seemann

AFAICT, this is the behaviour for any derived collection type, not only for `ObservableCollection`. As an example, if you derive from `Collection`, you'll see the same behaviour. Would it be...

This is a nice idea, but I think the implementation would need some tweaks. First of all, I don't think it's a particularly strong verification to only deserialize the serialized...

As far as I can tell, the steps needed to be implemented are: 1. Create a new object of the appropriate type. An injected `ISpecimenBuilder` can do this, as is...