Start work on new validation #956
test-and-analyze.yml
on: pull_request
Static code analysis
3m 52s
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)'.
|