Revert "adding random text" #102
build-and-test.yml
on: pull_request
build-and-test
1m 53s
Annotations
1 error and 22 warnings
|
build-and-test
Error response from daemon: Get "https://ghcr.io/v2/": denied: denied
|
|
build-and-test
Possible null reference argument for parameter 'configuration' in 'ConnectionMultiplexer ConnectionMultiplexer.Connect(string configuration, TextWriter? log = null)'.
|
|
build-and-test
Converting null literal or possible null value to non-nullable type.
|
|
build-and-test
Non-nullable property 'EntityType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test
Dereference of a possibly null reference.
|
|
build-and-test
Possible null reference return.
|
|
build-and-test
Possible null reference return.
|
|
build-and-test
Dereference of a possibly null reference.
|
|
build-and-test
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-and-test
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-and-test
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
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.
|
|
build-and-test:
ECommerce.UI.Tests/Pages/CustomersPage.cs#L16
The field 'CustomersPage._customersTable' is assigned but its value is never used
|
|
build-and-test:
ECommerce.UI.Tests/Tests/CustomerTests.cs#L284
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
build-and-test:
ECommerce.UI.Tests/Tests/CustomerTests.cs#L260
Converting null literal or possible null value to non-nullable type.
|
|
build-and-test:
ECommerce.UI.Tests/Pages/CreateProductPage.cs#L58
Possible null reference return.
|
|
build-and-test:
ECommerce.UI.Tests/Tests/CustomerTests.cs#L112
Converting null literal or possible null value to non-nullable type.
|
|
build-and-test:
ECommerce.UI.Tests/Pages/EditCustomerPage.cs#L79
Possible null reference return.
|
|
build-and-test:
ECommerce.UI.Tests/Tests/ProductTests.cs#L281
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
build-and-test:
ECommerce.UI.Tests/Pages/EditCustomerPage.cs#L84
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
ECommerce.UI.Tests/Pages/EditCustomerPage.cs#L42
Cannot convert null literal to non-nullable reference type.
|