EntityFrameworkCore.LiteDB
EntityFrameworkCore.LiteDB copied to clipboard
Could you update with Microsoft.EntityFrameworkCore 6.0.10
Hi,
Could you update with Microsoft.EntityFrameworkCore 6.0.10
I got an error after updating
I tried, but it was too hard,
This is a very useful project. Can you fix it? entityframework does not have litedb support. There are many problems such as unicode character problems etc. in SQlite.
There is an answer here
https://github.com/dotnet/efcore/issues/29412
Likely causes of this are that ShouldUseSameServiceProvider is always indicating that a new service provider is needed, one of the ISingletonOption is changing every time the service provider is built. or something else is causing the service provider caching to generate a cache miss every time.