bhood-zorus

Results 2 issues of bhood-zorus

I actually discovered this bug when using [TldExtract](https://github.com/migueldeicaza/TldExtract) and logged [an issue ](https://github.com/migueldeicaza/TldExtract/issues/4)in that repo. I'm posting the problem here as well because this library is (seemingly) actively maintained. The...

`DbContextMock.CreateDbSetMock` has the following line: ``` if (_dbSetCache.ContainsKey(entityType)) throw new ArgumentException($"DbSetMock for entity {entityType.Name} already created", nameof(dbSetSelector)); ``` which effectively shuts off any attempt to override an existing set. There...