Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX System.ArgumentException : Property 'Int32 Id' is not defined for… #2048

Merged
merged 1 commit into from
Feb 29, 2020

Conversation

koscheevyv
Copy link

@koscheevyv koscheevyv commented Jan 21, 2020

… type 'Tests.Playground.QueryableAssociationTests+ITreeItem'

TEST
Tests.Playground.QueryableAssociationTests.AssociationFromInterfaceInGenericMethod

STACK TRACE

   at System.Linq.Expressions.Expression.Property(Expression expression, PropertyInfo property)
   at System.Linq.Expressions.Expression.MakeMemberAccess(Expression expression, MemberInfo member)
   at LinqToDB.Linq.Builder.TableBuilder.TableContext.AssociationHelper`1.GetExpression(Expression parent, AssociatedTableContext association) in C:\Projects\linq2db\Source\LinqToDB\Linq\Builder\TableBuilder.TableContext.cs:line 954

… type 'Tests.Playground.QueryableAssociationTests+ITreeItem'

TEST
Tests.Playground.QueryableAssociationTests.AssociationFromInterfaceInGenericMethod

STACK TRACE
   at System.Linq.Expressions.Expression.Property(Expression expression, PropertyInfo property)
   at System.Linq.Expressions.Expression.MakeMemberAccess(Expression expression, MemberInfo member)
   at LinqToDB.Linq.Builder.TableBuilder.TableContext.AssociationHelper`1.GetExpression(Expression parent, AssociatedTableContext association) in C:\Projects\linq2db\Source\LinqToDB\Linq\Builder\TableBuilder.TableContext.cs:line 954
@MaceWindu MaceWindu requested a review from sdanyliv January 22, 2020 08:28
@MaceWindu
Copy link
Contributor

Whoops, forgot about this PR for release. Why do you open/close it? If to trigger CI testing, than it is currently in semi-broken state in master

@MaceWindu MaceWindu added this to the 2.9.7 milestone Jan 31, 2020
@koscheevyv
Copy link
Author

Whoops, forgot about this PR for release. Why do you open/close it? If to trigger CI testing, than it is currently in semi-broken state in master

Yes, only in order to trigger CI.

I thought nobody would review until CI testing would pass.

@MaceWindu MaceWindu merged commit 89d0e59 into linq2db:master Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants