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
@@ -103,7 +104,6 @@ public static readonly DiagnosticDescriptor
103
104
ConcatenatedStringSqlExpression=SqlWarning("DAP242","Concatenated string usage","Data values should not be concatenated into SQL string - use parameters instead"),
104
105
InvalidDatepartToken=SqlWarning("DAP243","Valid datepart token expected","Date functions require a recognized datepart argument"),
105
106
SelectAggregateMismatch=SqlWarning("DAP244","SELECT aggregate mismatch","SELECT has mixture of aggregate and non-aggregate expressions"),
106
-
PseudoPositionalParameter=SqlError("DAP245","Avoid SQL pseudo-positional parameter","It is more like Dapper will incorrectly treat this literal as a pseudo-positional parameter")
107
-
;
107
+
PseudoPositionalParameter=SqlError("DAP245","Avoid SQL pseudo-positional parameter","It is more like Dapper will incorrectly treat this literal as a pseudo-positional parameter");
0 commit comments