Skip to content

Add an endpoint to synchronize the KKR database with updates from the change log #426

Add an endpoint to synchronize the KKR database with updates from the change log

Add an endpoint to synchronize the KKR database with updates from the change log #426

Triggered via pull request October 14, 2024 15:48
Status Failure
Total duration 1m 56s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
Analyze (csharp): src/Altinn.Profile/Controllers/ContactDetailsController.cs#L53
The type or namespace name 'UserContactPointLookup' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Altinn.Profile/UseCases/ContactDetailsRetriever.cs#L39
The type or namespace name 'UserContactPointLookup' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Altinn.Profile/UseCases/IContactDetailsRetriever.cs#L21
The type or namespace name 'UserContactPointLookup' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Altinn.Profile/UseCases/PersonContactDetailsRetriever.cs#L36
'PersonContactDetails' is an ambiguous reference between 'Altinn.Profile.Models.PersonContactDetails' and 'Altinn.Profile.Integrations.Entities.PersonContactDetails'
Analyze (csharp): src/Altinn.Profile/UseCases/PersonContactDetailsRetriever.cs#L58
'PersonContactDetailsLookupResult' is an ambiguous reference between 'Altinn.Profile.Models.PersonContactDetailsLookupResult' and 'Altinn.Profile.Integrations.Entities.PersonContactDetailsLookupResult'
Analyze (csharp): src/Altinn.Profile/UseCases/PersonContactDetailsRetriever.cs#L76
'PersonContactDetailsLookupResult' is an ambiguous reference between 'Altinn.Profile.Models.PersonContactDetailsLookupResult' and 'Altinn.Profile.Integrations.Entities.PersonContactDetailsLookupResult'
Analyze (csharp): src/Altinn.Profile/UseCases/PersonContactDetailsRetriever.cs#L16
'PersonContactDetailsRetriever' does not implement interface member 'IPersonContactDetailsRetriever.RetrieveAsync(PersonContactDetailsLookupCriteria)'. 'PersonContactDetailsRetriever.RetrieveAsync(PersonContactDetailsLookupCriteria)' cannot implement 'IPersonContactDetailsRetriever.RetrieveAsync(PersonContactDetailsLookupCriteria)' because it does not have the matching return type of 'Task<Result<PersonContactDetailsLookupResult, bool>>'.
Analyze (csharp): src/Altinn.Profile/Controllers/ContactDetailsInternalController.cs#L52
The type or namespace name 'UserContactPointLookup' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Altinn.Profile/Controllers/ContactDetailsController.cs#L53
The type or namespace name 'UserContactPointLookup' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Altinn.Profile/UseCases/ContactDetailsRetriever.cs#L39
The type or namespace name 'UserContactPointLookup' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Altinn.Profile.Integrations/ContactDetailsHttpClient.cs#L96
The variable 'ex' is declared but never used
Analyze (csharp): src/Altinn.Profile.Integrations/ContactDetailsHttpClient.cs#L96
The variable 'ex' is declared but never used