Skip to content

Merge pull request #295 from JaCraig/dependabot/nuget/src/SQLHelper.D… #746

Merge pull request #295 from JaCraig/dependabot/nuget/src/SQLHelper.D…

Merge pull request #295 from JaCraig/dependabot/nuget/src/SQLHelper.D… #746

Triggered via push November 18, 2025 00:13
Status Failure
Total duration 2m 24s
Artifacts
Matrix: analyze / Analyze
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
analyze / Analyze (javascript-typescript, 9.0.x)
Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.23.5/x64/codeql/codeql database finalize --finalize-dataset --threads=4 --ram=14581 /home/runner/work/_temp/codeql_databases/javascript". Exit code was 32 and last log line was: CodeQL detected code written in C# and GitHub Actions, but not any written in JavaScript/TypeScript. Confirm that there is some source code for JavaScript/TypeScript in the project. For more information, review our troubleshooting guide at https://gh.io/troubleshooting-code-scanning/no-source-code-seen-during-build . See the logs for more details.
analyze / Analyze (csharp, 9.0.x): SQLHelper.SpeedTests/Tests/MassInsert.cs#L62
Dereference of a possibly null reference.
analyze / Analyze (csharp, 9.0.x): SQLHelper.SpeedTests/Tests/ZStringVsStringBuilderPools.cs#L14
Non-nullable property 'StringBuilderPool' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
analyze / Analyze (csharp, 9.0.x): SQLHelper.SpeedTests/Modules/ConfigurationModule.cs#L23
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
analyze / Analyze (csharp, 9.0.x): SQLHelper.SpeedTests/Tests/AltImplementations/SQLHelper.cs#L52
Non-nullable property 'Batch' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
analyze / Analyze (csharp, 9.0.x): SQLHelper.SpeedTests/Tests/AltImplementations/SQLHelper.cs#L52
Non-nullable property 'DatabaseConnection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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)'.