Skip to content

CodeQL

CodeQL #1589

Triggered via schedule April 27, 2025 10:32
Status Success
Total duration 6m 23s
Artifacts

codeql-analysis.yml

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

Annotations

10 warnings
Analyze (csharp): src/SamSmithNZ.Service/DataAccess/WorldCup/EloRatingDataAccess.cs#L123
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/SamSmithNZ.Service/DataAccess/WorldCup/EloRatingDataAccess.cs#L122
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/SamSmithNZ.Service/DataAccess/Steam/Utility.cs#L29
'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Analyze (csharp): src/SamSmithNZ.Service/DataAccess/Base/BaseDataAccess.cs#L107
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Analyze (csharp): src/SamSmithNZ.Service/DataAccess/Base/BaseDataAccess.cs#L81
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Analyze (csharp): src/SamSmithNZ.Service/DataAccess/Base/BaseDataAccess.cs#L56
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Analyze (csharp): src/SamSmithNZ.Service/DataAccess/Base/BaseDataAccess.cs#L32
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Analyze (csharp): src/SamSmithNZ.Service/Startup.cs#L39
'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/SamSmithNZ.Service/DataAccess/WorldCup/GameDataAccess.cs#L91
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/SamSmithNZ.Service/Controllers/WorldCup/GroupController.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.