Skip to content

fix(deps): update package versions to 9.0.4 #244

fix(deps): update package versions to 9.0.4

fix(deps): update package versions to 9.0.4 #244

Triggered via push April 10, 2025 23:04
Status Success
Total duration 1m 0s
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/AddQuery.cs#L25
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/AddQuery.cs#L23
Possible null reference argument for parameter 'services' in 'ServiceProvider ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(IServiceCollection services)'.
publish-docs / publish-docs (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.
publish-docs / publish-docs (9.0.x): SQLHelper.SpeedTests/Tests/AddQuery.cs#L18
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): 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)'.