Highlights
- Arctic Code Vault Contributor
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 up
Popular repositories
1,122 contributions in the last year
Contribution activity
September 2020
Created a pull request in dotnet/EntityFramework.Docs that received 2 comments
- Update daily builds to call out the GA daily build
- Update issue templates to remove discussions
- [5.0-rc2] Mark join entities as Added when either side is Added
- Update API docs
- [5.0 RC2] Handle square brackets around explicitly specified SQL Server type names
- Generate values for PK properties that are also self-referencing FK properties
- Updates to daily build guidance for EF Core 5.0/EF Core 6.0
- Tweaks to daily build guidance after feedback
- Generate conditionals instead of switch in materializer delegate for discriminator values that need custom comparison
- Update daily builds guidance
- Stop attempting to do local DetectChanges when not snapshot change-tracking
- Automatically create notification collections when change-tracking proxies are being used
- Snapshot using comparer even when property is store-generated
- Stop generating CommandError if CommandExecuted has already happened
- Allow discriminator properties to have value converter and comparer
- Re-enable Can_use_sequence_end_to_end_from_multiple_contexts_concurrently_async for in-memory
- Don't check for temporary values on non-key properties when deleting an entity
- Updates to shared-type entity type handling in proxies
- [automated] Merge branch 'release/5.0' => 'main'
- [release/3.1] Fix issue where property with value generated on add is reseeded in every migration
- Fix the model in GraphUpdatesSqlServerTest.TptIdentity
- [5.0-rc2] Undo GetColumnName behavior change
- Bump IdentityServer4.EntityFramework from 4.0.4 to 4.1.0
- Merge rc2 to main
- Fix analyzer test after internal type was moved
- [5.0-rc2] Also clear the store generated values when setting a normal value
- [5.0-rc2] RevEng: Remove ColumnType annotation from scaffolded code
- Merge release/3.1 to release/5.0-rc2
- [release/3.1] Query: Unwind nested invocation expressions
- Update daily builds guidance
- Flow missing cancellation token in HiLo generator
- Add the column type to the migration when deleting a data using a removed column
- Updates to shared-type entity type handling in proxies
Created an issue in dotnet/efcore that received 9 comments
- Correct way to unit test queries
- DatabaseGeneratedOption enum meaning is unclear
- How to carry out multi DbContext.ToArrayAsync at once?
- Is it possible to add properties to __jobject when writing to Cosmos
- TPH inheritance with two properties mapped to the same column but different nullability
- How does EnityFrameworkCore CodeFirst automatically generate field description information based on entity annotations?
- Forcing model creation as a warm up step without a live database
- Views (Keyless Entities) with Entity Relationships
- Articles about how EF Core works under the hood
- Queryable Functions
- How to perform Migrations using a CI tool such as Jenkins
- 0...1 -> * relation ship with foreign key but no entity
- Is it safe to overwrite generated temporary values?
- Managing Migrations
- One migration set with annotation never works with ef core 3
- Unable to install dotnet tool install --global dotnet-ef
- Multiple self one-to-one references
- How to set the property(of foreign key) for a entity to the key of the main table that generated automatically?
- create migration for several provider
- Why EF Core doesn't honor ToTable() when creating database?
- How check if an IEntityType is an EntityType created for a many to many relation
- Expression could not be translated for one specific entity type
- Setting owner of schema created by the EnsureSchema migration op
- Documentation: Comprehensive list of methods that take SQL
- Automatic by convention mapping coupled with Owned entities
- Some issues not shown.
- Queryable Functions
- Views (Keyless Entities) with Entity Relationships
- Value conversion in EF Core
- Upgrading EF Core 2.1 to 3.1 Error - Null TypeMapping in Sql Tree
- Should I be getting null values for constructor injection into a derived DbContext class?
- Change connection string per tenant - ASP.NET EFCore 3.1
- create migration for several provider
- Why EF Core doesn't honor ToTable() when creating database?
- How check if an IEntityType is an EntityType created for a many to many relation
- One-to-Many Self Join on Non-Unique Property
- View Splitting
- What does Add-Migration command use to compare schemas?
- Using multiple DbCommandInterceptor doesn't play nice in AsyncLocal
- Change tracking question
- how to set navigation properties
- Client side GroupBy is not supported.
- Polymorphic Json field
- a problem in AddRange() when inserting list of list
- Consider joining DotNetEvolution Discord
- context.Database.SetCommandTimeout() method is not working as expected
- Navigation property with different backing field type
- Unable to find package 'Microsoft.EntityFrameworkCore.SqlServer'
- PrincipalKey without UniqueConstraint?
- Simple Graph Update
- Warning CS8032 An instance of analyzer Microsoft.CodeAnalysis.Analyzers.MetaAnalyzers.ClassIsNotDiagnosticAnalyzer cannot be created
- Some discussions not shown.