Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
Pinned
1,078 contributions in the last year
Activity overview
Contributed to
dotnet/efcore,
dotnet/EntityFramework.Docs,
AndriySvyryd/UnicornHack
and 5 other
repositories
Contribution activity
July 2020
Created a pull request in dotnet/efcore that received 5 comments
Fix updates on the dependent in table sharing using TPT
Fix TPT commands order for delete Fixes #21497
+67
−556
•
5
comments
- Add public APIs to configure shared type entities
- Add API to allow configuration of the association entity type.
- Additional testing for many-to-many change tracking
- Skip cosmos tests on netcoreapp3.1 via csproj
- Update azure-pipelines.yml
- Use FindEntityType(Type) as appropriate
- Fix non-deterministic test issue in ManyToManyQueryTestBase
- Move JSON serialization tests out of query tests
- Add API to allow configuration of the association entity type.
- UsingEntity was returning the wrong side of the association.
- Fix for issue 21565. Update default Join Entity name.
- Initial change tracking for skip navigations
- My lovely SQL
- Clean up Migrations
- Fix for 10508. Create Association Entity automatically by convention.
- Metadata: Add HasField(FieldInfo) on NavigationBuilder
- Query: Add TPT variant for GearsOfWarQueryTests
- Query: Add TPT variation for ManyToMany tests
- Query: Add TPT variant for FilterInheritanceQueryTests
- Query: Add split query tests in TPT relationship tests
- Model level eager loading configuration
- Query: Use function mapping when querying for DbSet
- Query: Implement TPT for relational layer
- Query: Self-bootstrapping functions returning IQueryable
- Query: Update documentation for different ctors of SqlExpression
Created an issue in dotnet/efcore that received 2 comments
Enable flexible FromSql mapping
This builds upon #17063, #13358 to enable different mappings for different SQL queries and to allow parameter configuration. It would be configured…
2
comments
- Add hierarchy support for ToQuerySql
- Use ActivatorUtilities.CreateFactory instead of Activator.CreateInstance
- Move defining query implementation to InMemory
- Add overloads of UsingEntity() that take advantage of conventions
- Discover keys for association entity types with a convention
- Add IConventionEntityTypeBuilder.HasManyToManyRelationship