Merge branch 'master' of https://github.com/EugeneMac/PlaywrightTests #25
Annotations
1 error and 12 warnings
test
Process completed with exit code 1.
|
test:
BasePage.cs#L21
Possible null reference return.
|
test:
BasePage.cs#L32
Possible null reference return.
|
test:
BuyTShirt_E2E.cs#L34
Non-nullable field '_productName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
test:
BuyTShirt_E2E.cs#L34
Non-nullable field '_productDescription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
test:
BuyTShirt_E2E.cs#L34
Non-nullable field '_productPrice' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
test:
Cart.cs#L16
Unreachable code detected
|
test:
Cart.cs#L13
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
test:
BasePage.cs#L8
Non-nullable field '_context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
test:
BasePage.cs#L9
Non-nullable field '_playwright' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
test:
BasePage.cs#L10
Non-nullable field '_browser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
test
Can't add secret mask for empty string in ##[add-mask] command.
|
test
Can't add secret mask for empty string in ##[add-mask] command.
|