Skip to content

fix: do not alter telemetry ctx pt.2 (#547) #467

fix: do not alter telemetry ctx pt.2 (#547)

fix: do not alter telemetry ctx pt.2 (#547) #467

Triggered via push October 30, 2023 05:50
Status Success
Total duration 9m 23s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp)
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/
Analyze (csharp): 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.
Analyze (csharp): src/Arcus.Observability.Tests.Integration/Serilog/TelemetryTypeFilterTests.cs#L53
'ILoggerExtensions.LogEvent(ILogger, string, Dictionary<string, object>)' is obsolete: 'Use LogCustomEvent instead'
Analyze (csharp): src/Arcus.Observability.Tests.Integration/Serilog/TelemetryTypeFilterTests.cs#L108
'ILoggerExtensions.LogEvent(ILogger, string, Dictionary<string, object>)' is obsolete: 'Use LogCustomEvent instead'
Analyze (csharp): src/Arcus.Observability.Tests.Integration/Serilog/TelemetryTypeFilterTests.cs#L234
'ILoggerExtensions.LogMetric(ILogger, string, double, Dictionary<string, object>)' is obsolete: 'Use LogCustomMetric instead'
Analyze (csharp): src/Arcus.Observability.Tests.Integration/Serilog/TelemetryTypeFilterTests.cs#L291
'ILoggerExtensions.LogMetric(ILogger, string, double, Dictionary<string, object>)' is obsolete: 'Use LogCustomMetric instead'
Analyze (csharp): 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'
Analyze (csharp): 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'
Analyze (csharp): 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'