How to Enable Lazy Loaded Proxy for DB in .NET Core ?

[删除(380066935@qq.com或微信通知)]

How to Enable Lazy Loaded Proxy for DB in .NET Core ? - Install Microsoft.EntityFrameworkCore.Proxies package, enable it - EF Core will enable lazy loading for any navigation property that can be overridden - It must be virtual and on a class that can be inherited from