Skip to content

chore(release): 5.1.3 #406

chore(release): 5.1.3

chore(release): 5.1.3 #406

Triggered via push April 29, 2026 00:25
Status Cancelled
Total duration 55s
Artifacts

docsfx.yml

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

Annotations

3 errors and 10 warnings
publish-docs / publish-docs (10.0.x)
Canceling since a higher priority waiting request for Document Site Publish-refs/heads/master exists
publish-docs / publish-docs (10.0.x)
The operation was canceled.
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): SQLHelper.SpeedTests/Tests/AltImplementations/HelperClasses/Connection.cs#L77
'SqlClientFactory' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
publish-docs / publish-docs (10.0.x): SQLHelper.SpeedTests/Tests/AltImplementations/HelperClasses/Connection.cs#L64
'SqlClientFactory' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
publish-docs / publish-docs (10.0.x): SQLHelper.SpeedTests/Tests/AddQuery.cs#L18
Dereference of a possibly null reference.
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/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.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)'.