(no title)
skeletonjelly | 2 years ago
Also maybe you might find a benefit from splitting your context into multiples. I am considering this option for one of my code bases
skeletonjelly | 2 years ago
Also maybe you might find a benefit from splitting your context into multiples. I am considering this option for one of my code bases
Rapzid|2 years ago
Guillaume86|2 years ago
I can't split the model without massive refactorings, and even then, some tables are common across all modules and would need to be duplicated. Your advice is unfortunately the standard answer in my case, I guess EF Core is just not for me, really disappointing but "c'est la vie".
edit: ha you probably mean commit it in source control so other devs can also use it? I guess it's a compromise, would still slow down our DbContext refresh command a lot.