Skip to content

Merge pull request #304 from JaCraig/dependabot/nuget/test/SQLHelper.… #315

Merge pull request #304 from JaCraig/dependabot/nuget/test/SQLHelper.…

Merge pull request #304 from JaCraig/dependabot/nuget/test/SQLHelper.… #315

Triggered via push January 7, 2026 19:13
Status Success
Total duration 1m 7s
Artifacts

docsfx.yml

on: push
Matrix: publish-docs / publish-docs
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish-docs / publish-docs (9.0.x): SQLHelper.SpeedTests/Tests/MassInsert.cs#L112
Possible null reference argument for parameter 'stringBuilderPool' in 'SQLHelper.SQLHelper(ObjectPool<StringBuilder> stringBuilderPool, IConfiguration configuration, ILogger<SQLHelper>? logger = null)'.
publish-docs / publish-docs (9.0.x): SQLHelper.SpeedTests/Tests/MassInsert.cs#L86
Dereference of a possibly null reference.
publish-docs / publish-docs (9.0.x): SQLHelper.SpeedTests/Tests/MassInsert.cs#L62
Dereference of a possibly null reference.
publish-docs / publish-docs (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.
publish-docs / publish-docs (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.
publish-docs / publish-docs (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'
publish-docs / publish-docs (9.0.x): SQLHelper.Example/Program.cs#L24
Dereference of a possibly null reference.
publish-docs / publish-docs (9.0.x): SQLHelper.Example/Program.cs#L21
Possible null reference argument for parameter 'provider' in 'SQLHelper? ServiceProviderServiceExtensions.GetService<SQLHelper>(IServiceProvider provider)'.