Arthur Vickers
Arthur Vickers
@roji I think it makes sense to use `DisposeAsync`. I'm on the fence about Add...
This issue is lacking enough information for us to be able to fully understand what is happening. Please attach a small, runnable project or post a small, runnable code listing...
Note for triage: it would be really useful to have an actual sample solution for this so that I'm not left trying to stitch things together for multiple places.
@cincuranet FYI I'm doing some investigation on this one.
Note for team: confirmed repro, same behavior on EF9. This looks like a layering issue in model building. When the Entries is present, then it brings `EntryEf` as a mapped...
@CGollhardt Please attach a small, runnable project or post a small, runnable code listing that reproduces what you are seeing so that we can investigate.
@CGollhardt If that's the configuration you are using and it's not changing from instance to instance, then you should at most get one of these warnings, which is then not...
@CGollhardt Normally EF Core only creates one internal service provider to use for all DbContext instances that your application creates. However, some options require a different internal service provider to...
@Simonl9l EF Core will log when it rebuilds the service provider. See https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.diagnostics.coreeventid.serviceprovidercreated?view=efcore-5.0
@hrvoje-grabusic Thanks for the feedback. I'll look into this while updating the docs.