Skip to content

Merge remote-tracking branch 'origin/master' #14

Merge remote-tracking branch 'origin/master'

Merge remote-tracking branch 'origin/master' #14

Triggered via push August 13, 2024 08:57
Status Success
Total duration 4m 4s
Artifacts 1
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: src/EventHub.Domain/SeedWork/UnitOfWork/IUnitOfWork.cs#L7
'IUnitOfWork.Dispose()' hides inherited member 'IDisposable.Dispose()'. Use the new keyword if hiding was intended.
build: src/EventHub.Domain/SeedWork/Entities/EntityAuditBase.cs#L14
Non-nullable property 'AuthorId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EventHub.Application/Queries/Auth/GetUserProfileQueryHandler.cs#L30
Dereference of a possibly null reference.
build: src/EventHub.Application/Queries/Auth/GetUserProfileQueryHandler.cs#L30
Dereference of a possibly null reference.
build: src/EventHub.Application/Commands/Auth/ExternalLogin/ExternalLoginCommandHandler.cs#L17
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.
build: src/EventHub.Application/Commands/Auth/SignUp/SignUpCommnadHandler.cs#L80
Dereference of a possibly null reference.
build: src/EventHub.Application/Commands/Auth/SignUp/SignUpCommnadHandler.cs#L80
Possible null reference argument for parameter 'email' in 'Task IEmailService.SendRegistrationConfirmationEmailAsync(string email, string userName)'.
build: src/EventHub.Application/Commands/Auth/SignUp/SignUpCommnadHandler.cs#L80
Possible null reference argument for parameter 'userName' in 'Task IEmailService.SendRegistrationConfirmationEmailAsync(string email, string userName)'.
build: src/EventHub.Shared/Exceptions/UnauthorizedException.cs#L5
Cannot convert null literal to non-nullable reference type.
build: src/EventHub.Shared/Exceptions/HttpResponseException.cs#L5
Cannot convert null literal to non-nullable reference type.
build: src/EventHub.Shared/Exceptions/NotFoundException.cs#L5
Cannot convert null literal to non-nullable reference type.
build: src/EventHub.Shared/Exceptions/BadRequestException.cs#L5
Cannot convert null literal to non-nullable reference type.
build: src/EventHub.Shared/Models/Auth/SignInResponseModel.cs#L5
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EventHub.Shared/Models/Auth/SignInResponseModel.cs#L7
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EventHub.Shared/DTOs/User/ValidateUserDto.cs#L5
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EventHub.Shared/DTOs/User/ValidateUserDto.cs#L7
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EventHub.Shared/DTOs/User/ValidateUserDto.cs#L9
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EventHub.Shared/Settings/SeqConfiguration.cs#L5
Non-nullable property 'ServerUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Artifacts

Produced during runtime
Name Size
.net-app Expired
35.4 MB