Arthur Vickers

Results 862 comments of Arthur Vickers

@matthias-0 The code above does not create a TPH mapping. This is because the `EntityBase` is not mapped or referenced as an entity type, and hence is treated as an...

Note for triage: with NRTs enabled, the self-referencing relationship is created as optional, while the relationship between types is created as Required. Not sure why this is happening--presumably something about...

Yes. Without NRTs, the code above generates optional relationships for both self-referencing and not--as expected because the FKs are nullable.

See also #27925 for a warning in cases like this.

@srmagura The latter is always preferred. Assuming there is a bug here, then that work will have to be done by someone, and it's often easier for the person who...