REMOVING THE Repository.cs in the main project #12
build-and-push
23s
Annotations
9 warnings
|
build-and-push
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-push:
src/CodeChavez.Repository.Pattern.Postgres/Repository.cs#L10
Parameter 'context' is unread.
|
|
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.Postgres/Repository.cs#L10
Parameter 'context' is unread.
|
|
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.
|