set up CI/CD (build stage) with SonarCloud #3
develop_workflows.yml
on: push
Build and analyze
3m 15s
Annotations
10 warnings
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.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
.net-app
|
47.3 MB |
|