Skip to content

CodeQL

CodeQL #977

Triggered via schedule September 20, 2024 14:44
Status Success
Total duration 3m 59s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): src/DevOpsMetrics.Function/NightlyProcessor.cs#L13
The using directive for 'Azure.Core' appeared previously in this namespace
Analyze (csharp): src/DevOpsMetrics.Web/Startup.cs#L25
'ApplicationInsightsExtensions.AddApplicationInsightsTelemetry(IServiceCollection, string)' is obsolete: 'InstrumentationKey based global ingestion is being deprecated. Use the AddApplicationInsightsTelemetry() overload which accepts Action<ApplicationInsightsServiceOptions> and set ApplicationInsightsServiceOptions.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
Analyze (csharp): src/DevOpsMetrics.Cmd/Program.cs#L11
The using directive for 'Azure.Identity' appeared previously in this namespace
Analyze (csharp): src/DevOpsMetrics.Cmd/ServiceApiClient.cs#L21
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
Analyze (csharp): src/DevOpsMetrics.Cmd/ServiceApiClient.cs#L55
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/DevOpsMetrics.Cmd/ServiceApiClient.cs#L58
Dereference of a possibly null reference.
Analyze (csharp): src/DevOpsMetrics.Cmd/ServiceApiClient.cs#L70
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/DevOpsMetrics.Cmd/ServiceApiClient.cs#L74
Possible null reference return.
Analyze (csharp): src/DevOpsMetrics.Cmd/Program.cs#L52
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/DevOpsMetrics.Cmd/Program.cs#L53
Converting null literal or possible null value to non-nullable type.