Skip to content

feat: Update CI configs and project target frameworks #214

feat: Update CI configs and project target frameworks

feat: Update CI configs and project target frameworks #214

Triggered via push November 20, 2024 03:20
Status Failure
Total duration 58s
Artifacts

docsfx.yml

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

Annotations

1 error and 10 warnings
publish-docs / publish-docs (9.0.x)
Process completed with exit code 255.
publish-docs / publish-docs (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).
publish-docs / publish-docs (9.0.x): src/SQLHelper.DB/SQLHelper.cs#L211
Possible null reference assignment.
publish-docs / publish-docs (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.
publish-docs / publish-docs (9.0.x): src/SQLHelper.DB/SQLHelper.cs#L235
Possible null reference return.