appany / AppAny.Quartz.EntityFrameworkCore.Migrations

EntityFrameworkCore PostgreSQL migrations for Quartz.NET
MIT License
70 stars 18 forks source link

Support for lazy loading proxies #63

Open zedle opened 7 months ago

zedle commented 7 months ago

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!