Add an endpoint to synchronize the KKR database with updates from the change log #426
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/Services/ChangesLogService.cs#L40
Possible null reference return.
|
Analyze (csharp):
src/Altinn.Profile.Integrations/ContactDetailsHttpClient.cs#L96
The variable 'ex' is declared but never used
|
Analyze (csharp):
src/Altinn.Profile.Integrations/Services/ChangesLogService.cs#L40
Possible null reference return.
|