adding soft delete #10
build-and-push
26s
Annotations
4 warnings
|
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.
|