The following debug instrumentation will fail due to invalid argument indexes used in the format strings:
|
Options.LogWarning("No correlation id found for {1}.", Operation); |
|
Options.LogWarning("No correlation id can be set for {1}.", Operation); |
|
Options.LogWarning("No correlation id found for {1}.", Operation); |
Typos basically, but of the bad kind.
The following debug instrumentation will fail due to invalid argument indexes used in the format strings:
sentry-dotnet/src/Sentry.DiagnosticSource/Internal/DiagnosticSource/EFCommandDiagnosticSourceHelper.cs
Line 37 in 9f36d22
sentry-dotnet/src/Sentry.DiagnosticSource/Internal/DiagnosticSource/EFCommandDiagnosticSourceHelper.cs
Line 52 in 9f36d22
sentry-dotnet/src/Sentry.DiagnosticSource/Internal/DiagnosticSource/EFConnectionDiagnosticSourceHelper.cs
Line 25 in 24c159f
Typos basically, but of the bad kind.