Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

mdonoughe/ef15413

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is to demonstrate a regression in EntityFrameworkCore 2.1.

To date, no version of EntityFrameworkCore supports ambient transactions with SQLite databases.

In EntityFrameworkCore 2.0 it was possible to just ignore any ambient transaction, which could be useful in some cases. However, in EntityFrameworkCore 2.1 and later, although EntityFrameworkCore recognizes that ambient transactions are not supported and gives the same warning, ignoring the warning just gives a NotSupportedException and does not allow you to ignore the ambient transaction.

Releases

No releases published

Packages

No packages published

Languages