royvandertuuk

Results 2 comments of royvandertuuk

I noticed a shortcomming of Owned Entity Types on page https://learn.microsoft.com/en-us/ef/core/modeling/owned-entities. namely: `instances of owned entity types cannot be shared by multiple owners (this is a well-known scenario for value...

That should work fine as long as the FirstEntity and SecondEntity object instances do not reference the same Foo object instance. If you have 2 Foo object instances (even if...