Skip to content

adding soft delete

adding soft delete #6

Triggered via push October 10, 2025 16:46
Status Success
Total duration 29s
Artifacts
build-and-push
25s
build-and-push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-push: src/CodeChavez.Repository.Pattern.Postgres/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.Postgres/Repository.cs#L12
Non-nullable field '_dbcontext' 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.
build-and-push: src/CodeChavez.Repository.Pattern.Postgres/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.Postgres/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.Postgres/Repository.cs#L12
Non-nullable field '_dbcontext' 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.