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
chain.SourceCode.ShouldContain("Log(Microsoft.Extensions.Logging.LogLevel.Information, \"$Starting to process {_inputType.FullNameInCode()} ({{EnvelopeId}} with Id: {Id}, AccountIdentifier: {AccountId}\", context.Envelope.Id, auditedMessage2.Id, auditedMessage2.AccountId);");
91
+
92
+
93
+
94
+
chain.SourceCode.ShouldContain("\"Starting to process CoreTests.Configuration.AuditedMessage2 ({EnvelopeId} with Id: {Id}, AccountIdentifier: {AccountId}\"");
((Microsoft.Extensions.Logging.ILogger)_loggerForMessage).Log(Microsoft.Extensions.Logging.LogLevel.Information, "$Starting to process {_inputType.FullNameInCode()} ({{EnvelopeId}} with Id: {Id}, AccountIdentifier: {AccountId}", context.Envelope.Id, auditedMessage2.Id, auditedMessage2.AccountId);
var auditedHandler = new CoreTests.Configuration.AuditedHandler();
118
-
119
-
// The actual message execution
120
-
auditedHandler.Handle(auditedMessage2);
121
-
122
-
return System.Threading.Tasks.Task.CompletedTask;
123
-
}
124
-
125
-
}
126
-
127
-
97
+
((Microsoft.Extensions.Logging.ILogger)_loggerForMessage).Log(Microsoft.Extensions.Logging.LogLevel.Information, "Starting to process CoreTests.Configuration.AuditedMessage2 ({EnvelopeId} with Id: {Id}, AccountIdentifier: {AccountId}", context.Envelope.Id, auditedMessage2.Id, auditedMessage2.AccountId);
0 commit comments