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
- Pro
Pinned
485 contributions in the last year
Contribution activity
July 2020
Created a pull request in MicrosoftDocs/sql-docs that received 3 comments
Created an issue in dotnet/efcore that received 1 comment
Reverse engineering with EF Core 5 preview 6 has unneeded changes (from 3.1)
but maybe it is a deliberate decision?
Before:
entity.HasKey(e => new { e.OrganizationId, e.AspectType, e.AspectId });
After:
entity.HasKey(x …
1
comment