Skip to content

Refactor calsses (#96) #111

Refactor calsses (#96)

Refactor calsses (#96) #111

Triggered via push September 7, 2024 15:34
Status Success
Total duration 1m 50s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
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/Models/UserModel/User.cs#L22
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
test: AnalysisData/AnalysisData/Program.cs#L29
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
test: AnalysisData/AnalysisData/Services/UserService/UserService/UploadImageService.cs#L23
Possible null reference argument for parameter 'userName' in 'Task<User> IUserRepository.GetUserByUsernameAsync(string userName)'.
test: AnalysisData/AnalysisData/Services/UserService/UserService/UploadImageService.cs#L29
Converting null literal or possible null value to non-nullable type.
test: AnalysisData/AnalysisData/Services/UserService/UserService/ResetPasswordRequestService.cs#L27
Possible null reference argument for parameter 'userName' in 'Task<User> IUserRepository.GetUserByUsernameAsync(string userName)'.
test: AnalysisData/AnalysisData/Services/UserService/UserService/PasswordService.cs#L43
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
test: AnalysisData/AnalysisData/Services/UserService/UserService/Business/UserManager.cs#L25
Possible null reference argument for parameter 'userName' in 'Task<User> IUserRepository.GetUserByUsernameAsync(string userName)'.
test: AnalysisData/AnalysisData/Dtos/UserDto/UserDto/UserRegisterDto.cs#L5
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: AnalysisData/AnalysisData/Dtos/UserDto/UserDto/UserRegisterDto.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: AnalysisData/AnalysisData/Dtos/UserDto/UserDto/UserRegisterDto.cs#L7
Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
version
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/