Skip to content

Publish 🚀

Publish 🚀 #1

Manually triggered August 21, 2024 00:16
Status Failure
Total duration 2m 32s
Artifacts

main.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
publish
Deployment Failed, Error: No credentials found. Add an Azure login action before this action. For more details refer https://github.com/azure/login
publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
publish: HotelBookingPlatform.Domain/Abstracts/IDiscountRepository.cs#L6
'IDiscountRepository.DeleteAsync(int)' hides inherited member 'IGenericRepository<Discount>.DeleteAsync(int)'. Use the new keyword if hiding was intended.
publish: HotelBookingPlatform.Domain/Abstracts/IBookingRepository.cs#L4
'IBookingRepository.GetByIdAsync(int)' hides inherited member 'IGenericRepository<Booking>.GetByIdAsync(int)'. Use the new keyword if hiding was intended.
publish: HotelBookingPlatform.Domain/Abstracts/IDiscountRepository.cs#L4
Cannot convert null literal to non-nullable reference type.
publish: HotelBookingPlatform.Domain/Abstracts/IDiscountRepository.cs#L5
Cannot convert null literal to non-nullable reference type.
publish: HotelBookingPlatform.Domain/Abstracts/IInvoiceRecordRepository.cs#L5
Cannot convert null literal to non-nullable reference type.
publish: HotelBookingPlatform.Domain/Abstracts/IRoomRepository.cs#L4
'IRoomRepository.GetByIdAsync(int)' hides inherited member 'IGenericRepository<Room>.GetByIdAsync(int)'. Use the new keyword if hiding was intended.
publish: HotelBookingPlatform.Domain/DTOs/RoomClass/RoomClassResponseDto.cs#L5
Non-nullable property 'RoomType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: HotelBookingPlatform.Domain/DTOs/RoomClass/RoomClassResponseDto.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: HotelBookingPlatform.Domain/DTOs/RoomClass/RoomClassResponseDto.cs#L8
Non-nullable property 'HotelName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: HotelBookingPlatform.Domain/Helpers/RevokeToken.cs#L4
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.