Merge pull request #19 from maciekpazola/Develop #12
Annotations
9 warnings
Build and tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build and tests:
UIAutomationTests/PageObjects/DynamicControlsPage.cs#L26
Dereference of a possibly null reference.
|
Build and tests:
UIAutomationTests/PageObjects/DynamicControlsPage.cs#L31
Dereference of a possibly null reference.
|
Build and tests:
UIAutomationTests/AbstractionLayer/Elements/CheckboxElement.cs#L58
Possible null reference argument for parameter 'element' in 'bool StateChecker.GetPropertyState(IWebElement element, string property)'.
|
Build and tests:
UIAutomationTests/AbstractionLayer/Elements/AlertElement.cs#L17
Non-nullable field 'Alert' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build and tests:
UIAutomationTests/PageObjects/DynamicControlsPage.cs#L26
Dereference of a possibly null reference.
|
Build and tests:
UIAutomationTests/PageObjects/DynamicControlsPage.cs#L31
Dereference of a possibly null reference.
|
Build and tests:
UIAutomationTests/AbstractionLayer/Elements/CheckboxElement.cs#L58
Possible null reference argument for parameter 'element' in 'bool StateChecker.GetPropertyState(IWebElement element, string property)'.
|
Build and tests:
UIAutomationTests/AbstractionLayer/Elements/AlertElement.cs#L17
Non-nullable field 'Alert' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|