feat: Enhance AvoirFournisseur and FactureAvoirFournisseur features w… #354
Annotations
1 error and 10 warnings
|
Execute unit tests
Process completed with exit code 1.
|
|
Execute unit tests:
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.
|
|
Execute unit tests:
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.
|
|
Execute unit tests:
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.
|
|
Execute unit tests:
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.
|
|
Execute unit tests:
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.
|
|
Execute unit tests:
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.
|
|
Execute unit tests:
src/TunNetCom.SilkRoadErp.Sales.Contracts/AppParameters/UpdateAppParametersRequest.cs#L40
Possible null reference assignment.
|
|
Execute unit tests:
src/TunNetCom.SilkRoadErp.Sales.Contracts/AppParameters/UpdateAppParametersRequest.cs#L36
Possible null reference assignment.
|
|
Execute unit tests:
src/TunNetCom.SilkRoadErp.Sales.Contracts/AppParameters/UpdateAppParametersRequest.cs#L35
Possible null reference assignment.
|
|
Execute unit tests:
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.
|
Loading