Skip to content

feat: Update AddOrUpdateDeliveryNote component to handle new invoices… #347

feat: Update AddOrUpdateDeliveryNote component to handle new invoices…

feat: Update AddOrUpdateDeliveryNote component to handle new invoices… #347

Triggered via push February 13, 2026 15:11
Status Failure
Total duration 2m 56s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 20 warnings
build (Debug)
Process completed with exit code 1.
build (Release)
The strategy configuration was canceled because "build.Debug" failed
build (Release)
The operation was canceled.
build (Debug): src/TunNetCom.SilkRoadErp.Sales.Contracts/Customers/CreateCustomerRequest.cs#L21
Non-nullable property 'CodeCat' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/TunNetCom.SilkRoadErp.Sales.Contracts/Customers/CreateCustomerRequest.cs#L18
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/TunNetCom.SilkRoadErp.Sales.Contracts/Customers/CreateCustomerRequest.cs#L15
Non-nullable property 'Matricule' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/TunNetCom.SilkRoadErp.Sales.Contracts/Customers/CreateCustomerRequest.cs#L12
Non-nullable property 'Adresse' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/TunNetCom.SilkRoadErp.Sales.Contracts/Customers/CreateCustomerRequest.cs#L9
Non-nullable property 'Tel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/TunNetCom.SilkRoadErp.Sales.Contracts/Customers/CreateCustomerRequest.cs#L6
Non-nullable property 'Nom' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/TunNetCom.SilkRoadErp.Sales.Contracts/DeliveryNote/Requests/UpdateDeliveryNoteRequest.cs#L33
Non-nullable property 'Lignes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/TunNetCom.SilkRoadErp.Sales.Contracts/DeliveryNote/Responses/DeliveryNoteResponse.cs#L56
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/TunNetCom.SilkRoadErp.Sales.Contracts/RecieptNotes/ReceiptNoteResponse.cs#L19
Non-nullable property 'NomFournisseur' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/TunNetCom.SilkRoadErp.Sales.Contracts/RecieptNotes/ReceiptNotesResponse.cs#L8
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/TunNetCom.SilkRoadErp.Sales.Contracts/Customers/CreateCustomerRequest.cs#L18
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/TunNetCom.SilkRoadErp.Sales.Contracts/Customers/CreateCustomerRequest.cs#L15
Non-nullable property 'Matricule' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/TunNetCom.SilkRoadErp.Sales.Contracts/Customers/CreateCustomerRequest.cs#L12
Non-nullable property 'Adresse' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/TunNetCom.SilkRoadErp.Sales.Contracts/Customers/CreateCustomerRequest.cs#L9
Non-nullable property 'Tel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/TunNetCom.SilkRoadErp.Sales.Contracts/Customers/CreateCustomerRequest.cs#L6
Non-nullable property 'Nom' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/TunNetCom.SilkRoadErp.Sales.Contracts/RecieptNotes/ReceiptNoteResponse.cs#L19
Non-nullable property 'NomFournisseur' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/TunNetCom.SilkRoadErp.Sales.Contracts/RecieptNotes/ReceiptNotesResponse.cs#L8
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.