Skip to content

finished

finished #23

Triggered via push July 8, 2024 17:37
Status Success
Total duration 37s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: XPhone/XPhone.Domain/DTO/StockDTO.cs#L14
Non-nullable property 'stockName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: XPhone/XPhone.Domain/DTO/StockDTO.cs#L18
Non-nullable property 'Phones' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: XPhone/XPhone.Domain/Entities/Return.cs#L22
Non-nullable property 'Rent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: XPhone/XPhone.Domain/DTO/SmartPhoneDTO.cs#L8
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: XPhone/XPhone.Domain/DTO/SmartPhoneDTO.cs#L11
Non-nullable property 'OperationalSystem' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: XPhone/XPhone.Domain/DTO/ReturnDTO.cs#L16
Non-nullable property 'Rent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: XPhone/XPhone.Domain/Entities/Rent.cs#L30
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: XPhone/XPhone.Domain/Entities/Rent.cs#L34
Non-nullable property 'SmartPhone' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: XPhone/XPhone.Domain/Entities/Rent.cs#L36
Non-nullable property 'Return' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: XPhone/XPhone.Domain/DTO/RentDTO.cs#L13
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.