Popular repositories
-
-
-
-
-
Forked from dotnet/dotnet-buildtools-prereqs-docker
Used to maintain the Docker images hosted at the mcr.microsoft.com/dotnet-buildtools/prereqs repository
Dockerfile
1,512 contributions in the last year
Less
More
Activity overview
Contributed to
dotnet/efcore,
dotnet/EntityFramework.Docs,
dotnet/EntityFramework.ApiDocs
and 5 other
repositories
Contribution activity
February 2021
Created 7 commits in 2 repositories
Created 1 repository
Created a pull request in dotnet/efcore that received 4 comments
[release/3.1] Query: Use stronger reflection in Queryable/Enumerable methods (#24090)
Resolves #24002 Description As per dotnet/runtime#28776, there are new queryable/enumerable method overloads of existing methods are being added. W…
+1,355
−658
•
4
comments
Opened 7 other pull requests in 3 repositories
dotnet/efcore
4
merged
1
open
dotnet/EntityFramework.Docs
1
merged
davidfowl/DotNetCodingPatterns
1
merged
Reviewed 11 pull requests in 3 repositories
dotnet/efcore 9 pull requests
- Make ConcurrencyDetector optional
- [automated] Merge branch 'release/5.0' => 'main'
- Fix to #23877 - Odata $filter and $orderby not working with Select to new DTO for one to one relationship
- Move IAnnotatable and IModel extension methods to the interfaces
- Move ITypeBase and IEntityType extension methods to the interfaces
- Add a new set of interfaces to hide runtime members during model building
- Add runtime annotation support to model.
- Move ConstructionBinding from an annotation to an interface
- Support binary columns with SQL Server FREETEXT/CONTAINS