Skip to content

Commit

Permalink
Added missing this keyword for Then overload in IncludeExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ppech committed Oct 20, 2018
1 parent 78e575a commit bff30db
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@ public static class IncludeExtensions
}

public static NextExpressionIncludeCollectionDefinition<TEntity, IEnumerable<TResult>, TResult, TNextResult> Then<TEntity, TResult, TNextResult>(
ExpressionIncludeDefinition<TEntity, IEnumerable<TResult>> target,
this ExpressionIncludeDefinition<TEntity, IEnumerable<TResult>> target,
Expression<Func<TResult, TNextResult>> expression
)
where TEntity : class where TResult : class where TNextResult : class
Expand Down

0 comments on commit bff30db

Please sign in to comment.