Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 620 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 620 Bytes

EF7CircularDependencyTest

Causes a circular dependency when committing changes to a SQLite DB. dotnet/efcore#5305

There are two unit tests included in this project. They both attempt to commit the exact same information to a SQLite database. The first test commits all the data in a single step. The second test commits the data in two steps. The first test fails. The second succeeds.

Apologies for the ugly create / delete of temp file in this suite. The problem is not reproducible with InMemory database, nor can I get the SQLite ":memory:" database to work properly with EF7.