AppAny.Quartz.EntityFrameworkCore.Migrations icon indicating copy to clipboard operation
AppAny.Quartz.EntityFrameworkCore.Migrations copied to clipboard

Support for lazy loading proxies

Open zedle opened this issue 1 year ago • 0 comments

Not sure if this is feasible here, but I'm using this lib within an existing dbcontext that has lazy loading proxies enabled for navigation properties. Unfortunately it seems that all the navigation properties must be marked virtual in order to support this functionality (including those in the models in your lib).

Is there a way to add this functionality already? A configuration option of some sort? If not, is this even feasible as a feature?

Appreciate your time!

zedle avatar Jan 29 '24 15:01 zedle