You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #173. I think we should allow "default empty" for custom collections too. Moq should consider the CollectionBuilder attribute. That way, changing e.g.:
IEnumerable<T>Foo{get;}
to
IMyCollection<T>Foo{get;}
will not necessarily break unit tests - if you added the necessary attributes: