Simon MᶜKenzie
Simon MᶜKenzie
Hi, As a developer who's not too familiar with the internals of Sitecore, it would be great if the documentation could explain why one would choose a particular query type....
When using FromSqlRaw, selecting insufficient columns, and one of the correct columns varies in case from the entity's field name, the exception thrown will indicate that the miscased column is...
Issue #33748 This addresses an issue where a column with different casing to the entity's field would be selected as the "first missing column" when assembling the error message. The...
This fixes an error where methods with the same parameters but different _generic type parameters_ were being treated as identical during deduplication, resulting in the loss of interface methods. The...
This addresses an issue where, when a class references a generated interface, those references are not fully qualified, resulting in an interface that doesn't compile. See #87. The change is...