Skip to content

chore: bump Microsoft.Data.SqlClient from 6.0.1 to 6.0.2 in /SQLHelper.Example in the dependencies group #594

chore: bump Microsoft.Data.SqlClient from 6.0.1 to 6.0.2 in /SQLHelper.Example in the dependencies group

chore: bump Microsoft.Data.SqlClient from 6.0.1 to 6.0.2 in /SQLHelper.Example in the dependencies group #594

Triggered via pull request April 28, 2025 00:33
Status Success
Total duration 2m 41s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: analyze / Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
analyze / Analyze (csharp, 9.0.x): test/SQLHelper.Tests/SQLHelperAsyncTests.cs#L204
'SqlClientFactory' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
analyze / Analyze (csharp, 9.0.x): test/SQLHelper.Tests/SQLHelperAsyncTests.cs#L181
'SqlClientFactory' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
analyze / Analyze (csharp, 9.0.x): test/SQLHelper.Tests/SQLHelperAsyncTests.cs#L137
'SqlClientFactory' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
analyze / Analyze (csharp, 9.0.x): test/SQLHelper.Tests/SQLHelperAsyncTests.cs#L105
'SqlClientFactory' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
analyze / Analyze (csharp, 9.0.x): test/SQLHelper.Tests/SQLHelperAsyncTests.cs#L64
'SqlClientFactory' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
analyze / Analyze (csharp, 9.0.x): test/SQLHelper.Tests/SQLHelperAsyncTests.cs#L40
'SqlClientFactory' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
analyze / Analyze (csharp, 9.0.x): test/SQLHelper.Tests/SQLHelperAsyncTests.cs#L24
'SqlClientFactory' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
analyze / Analyze (csharp, 9.0.x): test/SQLHelper.Tests/ExtensionMethods/DbCommandExtensionTests.cs#L53
The second operand of an 'is' or 'as' operator may not be static type 'Nullable'
analyze / Analyze (csharp, 9.0.x): SQLHelper.Example/Program.cs#L24
Dereference of a possibly null reference.
analyze / Analyze (csharp, 9.0.x): SQLHelper.Example/Program.cs#L21
Possible null reference argument for parameter 'provider' in 'SQLHelper? ServiceProviderServiceExtensions.GetService<SQLHelper>(IServiceProvider provider)'.