Bugs Fixed
- Query : SqlServerMathRoundTranslator wrong argument index results in returning incorrect data or throwing InvalidCastException (#7600)
- Fix reflection object equality comparisons. (#7591)
- Query : client-side result operators may cause extensive client-side evaluation for queries with GroupJoins (and/or optional navigations) in a subquery (#7476)
- Some result operators (e.g. Distinct) after selecting a property generate incorrect SQL if query also contains optional navigation or explicit GroupJoin call (#7348)
- EntityEntry.OriginalValues APIs incorrectly return current values (#7332)
- Child entities not persisting when using AddRangeAsync and SaveChangesAsync (#7298)
- Queries fail after upgrading to EF Core 1.1 (#7293)
- Query compilation error or data corruption for queries with GroupJoin wrapped in a subquery when the subset of columns is being projected (#7290)
- Query : Compilation error for queries with optional navigation, client side method and parameter (#7289)
- InverseProperty attribute doesn't always resolve navigation property ambiguity (#7266)
- Infinite loop in compiled query cache (#7230)
- EF Core 1.1 IsModified is not working (#7227)
- EFCore 1.1 doesn't use an existing property for the FK if it's part of the primary key (#7127)
- ThenInclude Method not found (#7116)
- DB query is executed with the parameters of the previous query (#7115)
- KeyAttribute specified on multiple properties creates an incorrect model (#7084)
- Uniquify index names (#7082)
- The binary operator Equal is not defined for the types 'System.Nullable`1[System.Boolean]' and 'System.Boolean' error for queries with complex predicates involving nullable boolean properties (#7061)
- StackOverflowException with InversePropertyAttribute on 1.1.0 (#7057)
- EF Core 1.1 .ToString() translation causes exception (#7048)
- v1.1 - The multi-part identifier "x.Id" could not be bound (#7033)
- [DatabaseGenerated(DatabaseGeneratedOption.Identity)] incorrectly configures the column as SqlServer identity (#7010)
- Materialization uses incorrect column value with multiple derived types and shadow properties (#6986)
- Error when using async queries involving result operators and projecting a collection (N+1 queries scenario) (#6534)