We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e609c commit e798765Copy full SHA for e798765
src/EFCore.Relational/Query/QuerySqlGenerator.cs
@@ -22,9 +22,6 @@ public class QuerySqlGenerator : SqlExpressionVisitor
22
private IRelationalCommandBuilder _relationalCommandBuilder;
23
private Dictionary<string, int>? _repeatedParameterCounts;
24
25
- private static readonly bool UseOldBehavior36105 =
26
- AppContext.TryGetSwitch("Microsoft.EntityFrameworkCore.Issue36105", out var enabled36105) && enabled36105;
27
-
28
private static readonly bool UseOldBehavior36105 =
29
AppContext.TryGetSwitch("Microsoft.EntityFrameworkCore.Issue36105", out var enabled36105) && enabled36105;
30
0 commit comments