Test cases and build summary updated for c# project #65
Annotations
1 error and 8 warnings
contract-test
Process completed with exit code 1.
|
contract-test:
specmatic-order-bff-csharp/backend/OrderService.cs#L14
Cannot convert null literal to non-nullable reference type.
|
contract-test:
specmatic-order-bff-csharp.test/contract/ContractTests.cs#L10
Non-nullable field '_stubContainer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
contract-test:
specmatic-order-bff-csharp.test/contract/ContractTests.cs#L10
Non-nullable field '_testContainer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
contract-test:
specmatic-order-bff-csharp.test/contract/ContractTests.cs#L11
Non-nullable field '_appProcess' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
contract-test:
specmatic-order-bff-csharp/backend/OrderService.cs#L14
Cannot convert null literal to non-nullable reference type.
|
contract-test:
specmatic-order-bff-csharp.test/contract/ContractTests.cs#L10
Non-nullable field '_stubContainer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
contract-test:
specmatic-order-bff-csharp.test/contract/ContractTests.cs#L10
Non-nullable field '_testContainer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
contract-test:
specmatic-order-bff-csharp.test/contract/ContractTests.cs#L11
Non-nullable field '_appProcess' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|