Using Effort (EF Testing Tool) with Computed Column
问题 I have a number of integration tests which access the DB directly - create test prerequisite objects - performs the tests and then cleans up afterwards - however I wonted to try out the same approach in-memory. I have just used Effort in my project and it works very easily. However I've hit a problem that I have been trying - but unable to solve. One of the tables that I need filled up with dummy data - as a test prerequisite - contains a computed column (nvarchar, not null). For the scope of