LinqKit.Microsoft.EntityFrameworkCore is a NuGet library that contains extensions for LINQ to SQL and EntityFrameworkCore.
AsExpandable().ExpressionVisitor class which is a public expression visitor base class.PredicateBuilder class which helps you create a predicate.Linq.Expr and Linq.Func shortcut methods.EntitySets and EntityCollections.AsExpandable to add your extensions.You can easily install it from the Package Manager Console window by running the following command.
PM> Install-Package LinqKit.Microsoft.EntityFrameworkCore