Skip to content

Merge pull request #17 from maciekpazola/Develop #10

Merge pull request #17 from maciekpazola/Develop

Merge pull request #17 from maciekpazola/Develop #10

Triggered via push December 16, 2024 22:52
Status Success
Total duration 3m 44s
Artifacts

dotnet.yml

on: push
Build and tests
3m 33s
Build and tests
Fit to window
Zoom out
Zoom in

Annotations

11 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#L35
Possible null reference argument for parameter 'itemToCheck' in 'bool StateChecker.CheckIfItemIsLoaded(IWebElement clickedButton, IWebElement itemToCheck)'.
Build and tests: UIAutomationTests/PageObjects/DynamicControlsPage.cs#L49
Possible null reference argument for parameter 'itemToCheck' in 'bool StateChecker.CheckIfItemIsLoaded(IWebElement clickedButton, IWebElement itemToCheck)'.
Build and tests: UIAutomationTests/AbstractionLayer/Elements/CheckboxElement.cs#L67
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/Hooks/Reports/ReporterHooks.cs#L44
Converting null literal or possible null value to non-nullable type.
Build and tests: UIAutomationTests/Hooks/Reports/ReporterHooks.cs#L45
Dereference of a possibly null reference.
Build and tests: UIAutomationTests/Hooks/Reports/ReporterHooks.cs#L45
Converting null literal or possible null value to non-nullable type.
Build and tests: UIAutomationTests/Hooks/Reports/ReporterHooks.cs#L46
Dereference of a possibly null reference.
Build and tests: UIAutomationTests/Hooks/Reports/ReporterHooks.cs#L46
Converting null literal or possible null value to non-nullable type.
Build and tests: UIAutomationTests/Hooks/Reports/ReporterHooks.cs#L12
Non-nullable field '_featureName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.