-
Notifications
You must be signed in to change notification settings - Fork 213
Description
All tests in file "src/main/java/DocsExamples/LINQ_Reporting_Engine/Tables.java" failed.
DocsExamples.LINQ_Reporting_Engine.Tables#inTableAlternateContent:
java.lang.IllegalStateException: An error has been encountered at the end of expression 'm.Client.N'. Can not get the value of member 'Client' on type 'class java.lang.Object'.
DocsExamples.LINQ_Reporting_Engine.Tables#inTableMasterDetail:
java.lang.IllegalStateException: An error has been encountered at the end of expression 'm.Name]>'. Can not get the value of member 'Name' on type 'class java.lang.Object'.
DocsExamples.LINQ_Reporting_Engine.Tables#inTableWithFilteringGroupingSorting:
.Where(c => c.Date.Y'. Can not get the value of member 'Date' on type 'class java.lang.Object'.
Am I missing something?