Skip to content

Test repositories and admin service #81

Test repositories and admin service

Test repositories and admin service #81

Triggered via pull request September 1, 2024 16:04
Status Failure
Total duration 37s
Artifacts

dotnet_CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
test
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test: AnalysisData/AnalysisData/User/UserDto/UserDto/GetUserInformationDto.cs#L5
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: AnalysisData/AnalysisData/User/UserDto/UserDto/GetUserInformationDto.cs#L6
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: AnalysisData/AnalysisData/User/UserDto/UserDto/GetUserInformationDto.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: AnalysisData/AnalysisData/User/UserDto/UserDto/GetUserInformationDto.cs#L8
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: AnalysisData/AnalysisData/User/Services/UserService/UserService.cs#L39
Possible null reference argument for parameter 'userName' in 'Task<User> IUserRepository.GetUserByUsernameAsync(string userName)'.
test: AnalysisData/AnalysisData/User/Services/UserService/UserService.cs#L60
Possible null reference argument for parameter 'userName' in 'Task<User> IUserRepository.GetUserByUsernameAsync(string userName)'.
test: AnalysisData/AnalysisData/User/Services/UserService/UserService.cs#L103
Possible null reference argument for parameter 'userName' in 'Task<User> IUserRepository.GetUserByUsernameAsync(string userName)'.
test: AnalysisData/AnalysisData/User/Services/UserService/UserService.cs#L115
Possible null reference argument for parameter 'userName' in 'Task<User> IUserRepository.GetUserByUsernameAsync(string userName)'.
test: AnalysisData/AnalysisData/User/Services/UserService/UploadImageService.cs#L23
Possible null reference argument for parameter 'userName' in 'Task<User> IUserRepository.GetUserByUsernameAsync(string userName)'.