Skip to content

Merge pull request #234 from JaCraig/dependabot/nuget/SQLHelper.Examp… #595

Merge pull request #234 from JaCraig/dependabot/nuget/SQLHelper.Examp…

Merge pull request #234 from JaCraig/dependabot/nuget/SQLHelper.Examp… #595

Triggered via push April 28, 2025 00:33
Status Success
Total duration 2m 46s
Artifacts
Matrix: analyze / Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
analyze / Analyze (csharp, 9.0.x): SQLHelper.SpeedTests/Tests/MassInsert.cs#L110
Possible null reference argument for parameter 'services' in 'ServiceProvider ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(IServiceCollection services)'.
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/Tests/MassInsert.cs#L86
Dereference of a possibly null reference.
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/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): 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)'.