Skip to content

fix: update TargetFramework to net8.0 in docfx.json #216

fix: update TargetFramework to net8.0 in docfx.json

fix: update TargetFramework to net8.0 in docfx.json #216

Triggered via push November 20, 2024 04:03
Status Success
Total duration 1m 10s
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): 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.