Popular repositories
-
Forked from dotnet/efcore
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology
C# 1
-
Forked from re-motion/Relinq
With re-linq, it's now easier than ever to create full-featured LINQ providers.
C#
-
-
-
316 contributions in the last year
Less
More
Contribution activity
March 2021
Opened 1 pull request in 1 repository
dotnet/efcore
1
open
Reviewed 8 pull requests in 1 repository
dotnet/efcore 8 pull requests
- Query: Add TableReferenceExpression as a bridge to ColumnExpression for referential integrity
- Update SQL baselines
- Explicit order in case the database returns the records in different order.
- InMemory: Preserve type to bool when applying predicate on a grouping
- InMemory: Improve indexing in server expression
- Fix to #22049 - Query: consider updating select expression identifiers when projecting a subset of column and adding distinct
- Document InvalidOperationException for MinAsync
- Cosmos: Add translator for Substring method which map to SUBSTRING built-in functions
Created an issue in dotnet/efcore that received 1 comment
Query/InMemory: compilation error for complex groupby query
query: ss.Set<Customer>() .Select( c => new { Key = c.CustomerID, Subquery = c.Orders .Select(o => new { First = o.OrderID, Second = o.Customer.City +
1
comment