Merge pull request #1070 from SamSmithNZ-dotcom/dependabot/nuget/src/… #1561
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
|
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.
|
|
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/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/Base/BaseDataAccess.cs#L32
'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#L81
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
|
|
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/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/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/WorldCup/EloRatingDataAccess.cs#L123
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|