Skip to content

Start work on new validation #956

Start work on new validation

Start work on new validation #956

Triggered via pull request December 7, 2023 21:26
Status Failure
Total duration 4m 5s
Artifacts

test-and-analyze.yml

on: pull_request
Static code analysis
3m 52s
Static code analysis
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Static code analysis: src/Altinn.App.Core/Features/Validation/GenericFormDataValidator.cs#L13
The type or namespace name 'IFormDataValidator' could not be found (are you missing a using directive or an assembly reference?)
Static code analysis
Process completed with exit code 1.
Static code analysis: src/Altinn.App.Core/Infrastructure/Clients/Profile/ProfileClientCachingDecorator.cs#L35
Nullability of reference types in return type of 'Task<UserProfile> ProfileClientCachingDecorator.GetUserProfile(int userId)' doesn't match implicitly implemented member 'Task<UserProfile?> IProfileClient.GetUserProfile(int userId)'.