WahidBitar / EF-Core-Simple-Graph-Update

Update an aggregate graph with all related entities
Apache License 2.0
24 stars 3 forks source link

EF Core 6+ support #9

Open Bykiev opened 1 year ago

Bykiev commented 1 year ago

Hi, is this library compatible with EF Core 6+?

larsoneric commented 1 year ago

Based on limited testing, it does work. You can't install from nuget because of the EF <= 4 dependency, unless there's some command line switch to ignore this. But if you copy the source code into your project, it does seem to work.

WahidBitar commented 1 year ago

Actually, it doesn't work correctly with ManyToMany. I should give some time to this project to support it. I'll keep you posted if I resolved it.