Skip to content

Merge pull request #213 from JaCraig/dependabot/nuget/test/SQLHelper.… #534

Merge pull request #213 from JaCraig/dependabot/nuget/test/SQLHelper.…

Merge pull request #213 from JaCraig/dependabot/nuget/test/SQLHelper.… #534

Triggered via push December 10, 2024 00:58
Status Success
Total duration 3m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Matrix: analyze / Analyze
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
analyze / Analyze (javascript-typescript, 9.0.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
analyze / Analyze (csharp, 9.0.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
analyze / Analyze (csharp, 9.0.x): src/SQLHelper.DB/HelperClasses/BaseClasses/ParameterBase.cs#L186
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
analyze / Analyze (csharp, 9.0.x): src/SQLHelper.DB/SQLHelper.cs#L211
Possible null reference assignment.
analyze / Analyze (csharp, 9.0.x): src/SQLHelper.DB/SQLHelper.cs#L46
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): src/SQLHelper.DB/HelperClasses/BaseClasses/ParameterBase.cs#L207
A possible null value may not be used for a type marked with