efcore
efcore copied to clipboard
TableExpressionBase implements IMutableAnnotatable making it mutable expression

Note from triage: stop using IMutableAnnotatable and implement a simple annotation mechanism that returns a new expression rather than mutating the existing expression.
We need to do this in this release. Earlier the better as it would be breaking change.