Recently, Microsoft pushed the 2021 Wave 1 release on all of our Dynamics 365 online environments.
And it introduced a breaking change!
For many versions we could write QueryExpression queries and specify no columns at all or omitting the default primary key column, knowing the Entity records returned always have the Id attribute populated.
Not any more! When a QueryExpression does not specify the primary key column explicitly, the Id property equals Guid.Empty.
Since this change in behavior affects a lot of basic software components I am wondering: anyone else experienced this behavior? Could we expect this, i.e. is this documented behavior or simply a nasty error?