Add or update the Azure App Service build and deployment workflow config #1
master_eventhubapiserver.yml
on: push
build
3m 53s
deploy
0s
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
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/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/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.Domain/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.Domain/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.Domain/DTOs/Category/CreateCategoryDto.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/EventHub.Domain/DTOs/Category/CreateCategoryDto.cs#L10
Non-nullable property 'IconImage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|