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
Copy file name to clipboardexpand all lines: src/Dapper.AOT.Analyzers/CodeAnalysis/DapperAnalyzer.Diagnostics.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,6 @@ public static readonly DiagnosticDescriptor
95
95
InterpolatedStringSqlExpression=SqlWarning("DAP241","Interpolated string usage","Data values should not be interpolated into SQL string - use parameters instead"),
96
96
ConcatenatedStringSqlExpression=SqlWarning("DAP242","Concatenated string usage","Data values should not be concatenated into SQL string - use parameters instead"),
97
97
InvalidDatepartToken=SqlWarning("DAP243","Valid datepart token expected","Date functions require a recognized datepart argument"),
98
-
OnSelectAggregateAndNonAggregate=SqlWarning("DAP244","SELECT aggregate mismatch","SELECT has mixture of aggregate and non-aggregate expressions");
98
+
SelectAggregateMismatch=SqlWarning("DAP244","SELECT aggregate mismatch","SELECT has mixture of aggregate and non-aggregate expressions");
0 commit comments