Hi!
I generated early bound entities (specifically for the Account) and I wonder why the ParentAccountId EntityReference Attribute is no marked as optional / nullable? As far as I can see only bool, int, long, enum and Guid attributes are marked as nullable. But still, an EntityReference can be null, right? Why is this not marked in the generated classes?