fix: do not alter original telemetry context pt.1 #459
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/Arcus.Observability.Tests.Runtimes.AzureFunction/TimerTriggerFunction.cs#L25
Non-nullable property 'ScheduleStatus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Arcus.Observability.Tests.Runtimes.AzureFunction/Program.cs#L63
Possible null reference return.
|
src/Arcus.Observability.Tests.Runtimes.AzureFunction/Program.cs#L94
Possible null reference return.
|
src/Arcus.Observability.Tests.Integration/Serilog/TelemetryTypeFilterTests.cs#L53
'ILoggerExtensions.LogEvent(ILogger, string, Dictionary<string, object>)' is obsolete: 'Use LogCustomEvent instead'
|
src/Arcus.Observability.Tests.Integration/Serilog/TelemetryTypeFilterTests.cs#L108
'ILoggerExtensions.LogEvent(ILogger, string, Dictionary<string, object>)' is obsolete: 'Use LogCustomEvent instead'
|
src/Arcus.Observability.Tests.Integration/Serilog/TelemetryTypeFilterTests.cs#L234
'ILoggerExtensions.LogMetric(ILogger, string, double, Dictionary<string, object>)' is obsolete: 'Use LogCustomMetric instead'
|
src/Arcus.Observability.Tests.Integration/Serilog/TelemetryTypeFilterTests.cs#L291
'ILoggerExtensions.LogMetric(ILogger, string, double, Dictionary<string, object>)' is obsolete: 'Use LogCustomMetric instead'
|
src/Arcus.Observability.Tests.Integration/Serilog/TelemetryTypeFilterTests.cs#L371
'ILoggerRequestExtensions.LogRequest(ILogger, HttpRequest, HttpResponse, TimeSpan, Dictionary<string, object>)' is obsolete: 'Use the method overload with either an DurationMeasurement instance or a DateTimeOffset start time'
|
src/Arcus.Observability.Tests.Integration/Serilog/TelemetryTypeFilterTests.cs#L409
'ILoggerRequestExtensions.LogRequest(ILogger, HttpRequest, HttpResponse, TimeSpan, Dictionary<string, object>)' is obsolete: 'Use the method overload with either an DurationMeasurement instance or a DateTimeOffset start time'
|
src/Arcus.Observability.Tests.Integration/Serilog/TelemetryTypeFilterTests.cs#L451
'ILoggerExtensions.LogRequest(ILogger, HttpRequestMessage, HttpResponseMessage, TimeSpan, Dictionary<string, object>)' is obsolete: 'Use the method overload with either an DurationMeasurement instance or a DateTimeOffset start time'
|
The logs for this run have expired and are no longer available.
Loading