Skip to content

CodeQL

CodeQL #781

Triggered via schedule October 27, 2023 14:44
Status Success
Total duration 9m 50s
Artifacts

codeql-analysis.yml

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

Annotations

10 warnings
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/ServiceApiClient.cs#L21
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
Analyze (csharp): src/DevOpsMetrics.Cmd/Program.cs#L31
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/DevOpsMetrics.Cmd/Program.cs#L32
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/DevOpsMetrics.Cmd/Program.cs#L33
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/DevOpsMetrics.Cmd/Program.cs#L41
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/DevOpsMetrics.Cmd/Program.cs#L42
Converting null literal or possible null value to non-nullable type.
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.