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
it("does not flag ordinary C# SQL, exception, or log message strings",async()=>{
68
+
constsrc=`
69
+
command.CommandText = "SELECT * FROM pgmq.send(@queue_name, @message::jsonb)";
70
+
throw new JsonException($"PGMQ message {reader.GetInt64(0)} from queue '{queueName}' deserialized to null.");
71
+
logger.LogWarning(
72
+
"Failed to publish queued package event batch of {Count} events. First event: {EventType} for {Package}@{Version} (CorrelationId: {CorrelationId}); dropping batch",
0 commit comments