You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InvalidCastException when casting from one value type to another in a simple select statement (#8652)
Calling new DateTime() in projection causes NullReferenceException. (#8608)
Entity Class with Enum : long property does not translate into BigInt when using Enum.HasFlag (#8538)
Query: compilation error for queries with navigations inside set result operators and Count (#8525)
Query: incorrect sql generated for query with owned entities, left join and predicate using inner qsre (#8492)
InvalidOperationException updating an entity with CurrentValues.SetValues throws InvalidOperationException when the SetValues parameter does not contain a required field data. (#8465)
Unable to cast object of type 'PropertyExpression' to type 'NullConditionalExpression' for some queries with include, and multiple orderbys (#8369)
SQL for string-updates sometimes uses nvarchar(450) if a string field is used in an index (not key) (#8322)
When I remove entities in the dbContext, they are still in navigation properties of the entities (#8319)
Identifying shadow FK values are not propagated when tracked as unchanged or modified (#7985)
PropertyEntry.CurrentValue should throw an exception (#7920)
Somehow a mismatch in the ShapedCommandContext entries resulting in KeyNotFoundException (#7863)
SQL Server: Error better when no database name (#7816)
Where/Select/OrderBy/etc clauses referencing DB types can't execute if helper function used (#7808)
Incorrect tracking state of loaded Entities when using ChangeTrackingStrategy.ChangedNotifications (#7803)
Setting the IsModified flag to false on a property leaves original value untouched so the change is detected again (#7798)
Calling IQueryable-producing methods inside expression tree throws exception when outer is enumerated: "A second operation started on this context before a previous operation completed. Any instance members are not guaranteed to be thread safe." (#7783)