Skip to content

abandoning pact tests #119

abandoning pact tests

abandoning pact tests #119

Triggered via push July 1, 2025 13:47
Status Failure
Total duration 1m 2s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: ECommerce.UI.Tests/Tests/CustomerTests.cs#L284
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: ECommerce.UI.Tests/Tests/CustomerTests.cs#L260
Converting null literal or possible null value to non-nullable type.
build: ECommerce.UI.Tests/Tests/CustomerTests.cs#L112
Converting null literal or possible null value to non-nullable type.
build: ECommerce.UI.Tests/Pages/EditCustomerPage.cs#L79
Possible null reference return.
build: ECommerce.UI.Tests/Pages/CreateProductPage.cs#L58
Possible null reference return.
build: ECommerce.UI.Tests/Tests/ProductTests.cs#L281
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: ECommerce.UI.Tests/Pages/EditCustomerPage.cs#L84
Cannot convert null literal to non-nullable reference type.
build: ECommerce.UI.Tests/Pages/EditCustomerPage.cs#L42
Cannot convert null literal to non-nullable reference type.
build: ECommerce.Contracts/DTOs/CustomerUpdateDto.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ECommerce.Contracts/DTOs/CustomerUpdateDto.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.