Skip to content

Commit

Permalink
Correct ExpressionPrinter in [DebuggerDisplay] (#30021)
Browse files Browse the repository at this point in the history
Fixup to #29854
  • Loading branch information
roji authored Jan 11, 2023
1 parent 16c1380 commit 9c2e9d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.EntityFrameworkCore.Query.SqlExpressions;
/// </para>
/// </summary>
#if DEBUG
[DebuggerDisplay("{new Microsoft.EntityFrameworkCore.Query.ExpressionPrinter().Print(this), nq}")]
[DebuggerDisplay("{new Microsoft.EntityFrameworkCore.Query.ExpressionPrinter().PrintExpression(this), nq}")]
#endif
public abstract class SqlExpression : Expression, IPrintableExpression
{
Expand Down

0 comments on commit 9c2e9d1

Please sign in to comment.