dotnet / EntityFramework.Docs

Documentation for Entity Framework Core and Entity Framework 6
https://docs.microsoft.com/ef/
Creative Commons Attribution 4.0 International
1.63k stars 1.96k forks source link

IMaterializationInterceptor instance registration info #4403

Open taconaut opened 1 year ago

taconaut commented 1 year ago

Please make developers aware that the IMaterializationInterceptor should be registered with a single (static) instance to avoid Microsoft.EntityFrameworkCore.Infrastructure.ManyServiceProvidersCreatedWarning issues. See https://stackoverflow.com/questions/75601346/adding-interceptor-in-dbcontext-gives-microsoft-entityframeworkcore-infrastructu


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

ajcvickers commented 1 year ago

See also #4082.