Skip to content
#

dbcontext

Here are 41 public repositories matching this topic...

jarretoldham
jarretoldham commented Jan 31, 2020

Thanks for the work on the great library. I am having trouble when removing objects from the DbContextMock when they are related to one another. For example, I have two classes, one being a parent to the other. I create the mock sets with multiple children related to a single parent, like so:

var children = new Children[] { new Child { Id = 1, ParentId = 1, ... }, new Child { Id = 2

Improve this page

Add a description, image, and links to the dbcontext topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dbcontext topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.