Skip to content

Merge pull request #338 from JaCraig/dependabot/nuget/dot-config/depe… #843

Merge pull request #338 from JaCraig/dependabot/nuget/dot-config/depe…

Merge pull request #338 from JaCraig/dependabot/nuget/dot-config/depe… #843

Triggered via push March 12, 2026 00:24
Status Success
Total duration 2m 41s
Artifacts
Matrix: analyze / Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
analyze / Analyze (csharp, 9.0.x): SQLHelper.SpeedTests/Tests/StringReplace.cs#L15
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/StringReplace.cs#L14
Non-nullable property 'Value' 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/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/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): test/SQLHelper.Tests/ExtensionMethods/DbCommandExtensionTests.cs#L53
The second operand of an 'is' or 'as' operator may not be static type '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)'.
analyze / Analyze (csharp, 9.0.x)
Cannot build an overlay-base database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.