Skip to content

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

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

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

Triggered via push May 20, 2026 05:43
Status Cancelled
Total duration 59s
Artifacts

docsfx.yml

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

Annotations

1 error and 11 warnings
Document Site Publish
Canceling since a higher priority waiting request for Document Site Publish-refs/heads/master exists
publish-docs / publish-docs (10.0.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: peaceiris/actions-gh-pages@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
publish-docs / publish-docs (10.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.
publish-docs / publish-docs (10.0.x): SQLHelper.SpeedTests/Tests/MassInsert.cs#L86
Dereference of a possibly null reference.
publish-docs / publish-docs (10.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 (10.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 (10.0.x): SQLHelper.SpeedTests/Tests/MassInsert.cs#L62
Dereference of a possibly null reference.
publish-docs / publish-docs (10.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 (10.0.x): SQLHelper.Example/Program.cs#L24
Dereference of a possibly null reference.
publish-docs / publish-docs (10.0.x): SQLHelper.Example/Program.cs#L21
Possible null reference argument for parameter 'provider' in 'SQLHelper? ServiceProviderServiceExtensions.GetService<SQLHelper>(IServiceProvider provider)'.