Skip to content

set up CI/CD (build stage) with SonarCloud #5

set up CI/CD (build stage) with SonarCloud

set up CI/CD (build stage) with SonarCloud #5

Triggered via push October 24, 2024 08:57
Status Failure
Total duration 4m 10s
Artifacts
Build and analyze
3m 56s
Build and analyze
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build and analyze
Process completed with exit code 1.
Build and analyze: src/EventHub.Shared/SeedWork/HttpResponseException.cs#L37
'HttpResponseException.Message' hides inherited member 'Exception.Message'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Build and analyze: src/EventHub.Shared/SeedWork/HttpResponseException.cs#L17
Cannot convert null literal to non-nullable reference type.
Build and analyze: src/EventHub.Shared/DTOs/User/ValidateUserDto.cs#L10
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/EventHub.Shared/DTOs/User/ValidateUserDto.cs#L14
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/EventHub.Shared/DTOs/User/ValidateUserDto.cs#L18
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/EventHub.Shared/DTOs/Auth/SignUpDto.cs#L10
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/EventHub.Shared/DTOs/Auth/SignUpDto.cs#L14
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/EventHub.Shared/DTOs/Auth/SignUpDto.cs#L18
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/EventHub.Shared/DTOs/Auth/SignUpDto.cs#L22
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/EventHub.Shared/DTOs/Auth/SignInResponseDto.cs#L9
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.