Skip to content

path fixes

path fixes #8

Triggered via push September 30, 2025 19:15
Status Failure
Total duration 27s
Artifacts
build-and-push
23s
build-and-push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
build-and-push
Process completed with exit code 1.
build-and-push: src/CodeChavez.Repository.Pattern/Repository.cs#L14
Non-nullable field '_cache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-push: src/CodeChavez.Repository.Pattern/Repository.cs#L13
Non-nullable field '_mediator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-push: src/CodeChavez.Repository.Pattern/Repository.cs#L14
Non-nullable field '_cache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-push: src/CodeChavez.Repository.Pattern/Repository.cs#L13
Non-nullable field '_mediator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.