Skip to content
Triggered via push August 5, 2024 01:18
Status Failure
Total duration 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: RetailECommercePlatform.Test/QueryHandlerTests/Order/GetOrdersQueryHandlerTests.cs#L29
'GetOrdersQueryHandler' does not contain a constructor that takes 3 arguments
build: RetailECommercePlatform.Test/QueryHandlerTests/Order/GetOrdersQueryHandlerTests.cs#L29
'GetOrdersQueryHandler' does not contain a constructor that takes 3 arguments
build
Process completed with exit code 1.
build: RetailECommercePlatform.Repository/Repositories/Generic/IGenericRepository.cs#L9
Cannot convert null literal to non-nullable reference type.
build: RetailECommercePlatform.Repository/Repositories/Generic/GenericRepository.cs#L23
Cannot convert null literal to non-nullable reference type.
build: RetailECommercePlatform.Repository/Entities/Product.cs#L5
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: RetailECommercePlatform.Repository/Entities/Product.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: RetailECommercePlatform.Repository/Entities/Admin.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: RetailECommercePlatform.Repository/Entities/Admin.cs#L6
Non-nullable property 'Surname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: RetailECommercePlatform.Repository/Entities/Admin.cs#L7
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: RetailECommercePlatform.Repository/Entities/Admin.cs#L8
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: RetailECommercePlatform.Repository/Entities/Order.cs#L5
Non-nullable property 'CustomerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: RetailECommercePlatform.Repository/Entities/Order.cs#L6
Non-nullable property 'OrderItems' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.