411709: Add service filters #334
check-pull-request.yml
on: pull_request
Run Pull Request Checks
37s
Annotations
11 warnings
Run Pull Request Checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Pull Request Checks:
Defra.Cdp.Backend.Api/Services/GitHubWorkflowEvents/Services/TenantServicesService.cs#L135
'TenantServiceRecord' defines 'Equals' but not 'GetHashCode'
|
Run Pull Request Checks:
Defra.Cdp.Backend.Api/Models/TestRun.cs#L51
Possible null reference assignment.
|
Run Pull Request Checks:
Defra.Cdp.Backend.Api/Models/Docker.cs#L14
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Pull Request Checks:
Defra.Cdp.Backend.Api/Models/Docker.cs#L15
Non-nullable property 'tag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Pull Request Checks:
Defra.Cdp.Backend.Api/Models/Docker.cs#L16
Non-nullable property 'config' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Pull Request Checks:
Defra.Cdp.Backend.Api/Models/Docker.cs#L17
Non-nullable property 'layers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Pull Request Checks:
Defra.Cdp.Backend.Api/Services/TenantArtifacts/DeployableArtifactService.cs#L227
Nullability of reference types in value of type 'List<string?>' doesn't match target type 'List<string>'.
|
Run Pull Request Checks:
Defra.Cdp.Backend.Api/Services/Secrets/SecretEventHandler.cs#L128
The variable 'e' is declared but never used
|
Run Pull Request Checks:
Defra.Cdp.Backend.Api/Services/GitHubWorkflowEvents/Services/VanityUrlService.cs#L21
Parameter 'loggerFactory' is unread.
|
Run Pull Request Checks:
Defra.Cdp.Backend.Api/Services/GitHubWorkflowEvents/Services/TenantBucketsService.cs#L138
Dereference of a possibly null reference.
|