Skip to content

Merge branch 'master' of https://github.com/tranvuongduy2003/EventHub #4

Merge branch 'master' of https://github.com/tranvuongduy2003/EventHub

Merge branch 'master' of https://github.com/tranvuongduy2003/EventHub #4

Triggered via push July 28, 2024 09:29
Status Failure
Total duration 2m 41s
Billable time 3m
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/EventHub.Domain/Exceptions/BadRequestException.cs#L5
Cannot convert null literal to non-nullable reference type.
build: src/EventHub.Domain/Exceptions/HttpResponseException.cs#L5
Cannot convert null literal to non-nullable reference type.
build: src/EventHub.Domain/Exceptions/NotFoundException.cs#L5
Cannot convert null literal to non-nullable reference type.
build: src/EventHub.Domain/Exceptions/UnauthorizedException.cs#L5
Cannot convert null literal to non-nullable reference type.
build: src/EventHub.Domain/Common/UnitOfWork/IUnitOfWork.cs#L7
'IUnitOfWork.Dispose()' hides inherited member 'IDisposable.Dispose()'. Use the new keyword if hiding was intended.
build: src/EventHub.Domain/DTOs/Auth/SignInDto.cs#L8
Non-nullable property 'Identity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EventHub.Domain/DTOs/Auth/SignInDto.cs#L10
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EventHub.Domain/DTOs/Auth/SignInCodeDto.cs#L5
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EventHub.Domain/DTOs/Auth/RefreshTokenDto.cs#L5
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EventHub.Domain/DTOs/User/ValidateUserDto.cs#L5
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.