Mehdi El Gueddari

Results 4 comments of Mehdi El Gueddari

That behaviour was implemented on purpose as I thought that there would be no valid situation where one would need to save changes more than once per scope (as this...

Thanks for the suggestion and sample code! Would you be able to give a little bit more details of the situation in which this would be required? If I knew...

Have you checked out the DemoApplication in the repo? It's got working examples of most of the features of DbContextScope, including using explicit database transactions. If what you're trying to...

OK, I see. There are two issues here. The first one is that it's important to remember when using it that the purpose of `DbContextScope` is to manage the lifetime...