Hi there. This bulk update query throw an exception(null reference exception):
existingAttachments is IList<long>, dateNow is captured DateTime.Now with .Where(a => a.Id == someId) works fine. seems that extension method "In" could not be parsed in expression tree. |
hi. it will be fixed soon. For now you can call "In" with IncludeAlgorithm.ComplexCondition argument.
thanks a lot for answer. when fix is coming?