EntityFrameworkCore icon indicating copy to clipboard operation
EntityFrameworkCore copied to clipboard

Feature/fix ObjectDisposedException when execute same query on different db contexts

Open IvoryRubble opened this issue 6 years ago • 1 comments

pull request to fix issue https://github.com/BlueshiftSoftware/EntityFrameworkCore/issues/41 changes:

  • added test case for execute same async query twice on different dbContext instances
  • removed compiling query from lambda expression in MongoDbDatabase.CompileQuery() method

IvoryRubble avatar Jul 27 '19 16:07 IvoryRubble

Thanks for the PR! I'll check this out and see if I can figure out what's wrong with the build.

crhairr avatar Jul 27 '19 16:07 crhairr