efcore
efcore copied to clipboard
Improve general test matrix
trafficstars
Areas
- [ ] HasNoKey (keyless entity types) @bricelam
- On the dependent end of a relationship
- With data seeding
- RevEng
- [X] @divega EF6 with EDMX
- [ ] ToQuery (defining query) @AndriySvyryd
- On the dependent end of a relationship
- With inheritance
- With table splitting
- With SaveChanges
- With FromSql
- [ ] Cosmos (nightly build) @smitpatel
- Nested owned types
- Container per type
- Keyless entity types
- Partition keys
- [ ] Set operations @maumar
- [ ] CHECK constraints @roji
- [ ] Table/column comments @roji
- [ ] SQL Azure
- [ ] Outer/Cross Apply
- [ ] Complex query filters (e.g. containing other dbsets as part of the filter)
- [ ] Owned types with lazy loading proxies
- [ ] Model snapshot
- [x] Executing migrations
From #17618:
Areas missing automated coverage:
- Core
- Conventions APIs (possibly just inlined)
- Relational
- Connection resiliency
- SQL Server
- Full text search
- SqlServerDbFunctionsExtensions (client-side)
- SqlServerUdtTypeMapping
- SQLite
- Spatial
- Custom SRIDs
- Custom Dimensions #13767
- Spatial
- Design
- MigrationsScaffolder
- RevEng
- Spatial
- Tools
Triage: Moved EF6 issue to https://github.com/aspnet/EntityFramework6/issues/1137. The rest we plan to do for 3.1.
Tests for Outer/Cross Apply
tests for complex query filters (e.g. containing other dbsets as part of the filter)
Should I add more items here?
- Implicit Many2Many
- Property bag entities
- Shared type entity types
- ToView, ToFunction, ToQuerySql
- TPT