Open josephatkuvio opened 2 years ago
This probably has something to do with the .Add and .Update calls in UpdateAsync() which are resetting the entity state of the owned entity back to Added/Modified.
Temporarily fixing by exposing the context so we can save changes directly after removing.
Owned entity is not removed