Skip to content

Causes a circular dependency when committing changes to a SQLite DB.

Notifications You must be signed in to change notification settings

danBhentschel/EF7CircularDependencyTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Causes a circular dependency when committing changes to a SQLite DB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages