Merge pull request #16 from maciekpazola/Develop #2
dotnet.yml
on: push
Run Static Code Analysis
21s
Annotations
1 error and 11 warnings
Run Static Code Analysis
Process completed with exit code 1.
|
Run Static Code Analysis:
UIAutomationTests/PageObjects/DynamicControlsPage.cs#L35
Possible null reference argument for parameter 'itemToCheck' in 'bool StateChecker.CheckIfItemIsLoaded(IWebElement clickedButton, IWebElement itemToCheck)'.
|
Run Static Code Analysis:
UIAutomationTests/PageObjects/DynamicControlsPage.cs#L49
Possible null reference argument for parameter 'itemToCheck' in 'bool StateChecker.CheckIfItemIsLoaded(IWebElement clickedButton, IWebElement itemToCheck)'.
|
Run Static Code Analysis:
UIAutomationTests/Hooks/Reports/ReporterHooks.cs#L44
Converting null literal or possible null value to non-nullable type.
|
Run Static Code Analysis:
UIAutomationTests/Hooks/Reports/ReporterHooks.cs#L45
Dereference of a possibly null reference.
|
Run Static Code Analysis:
UIAutomationTests/Hooks/Reports/ReporterHooks.cs#L45
Converting null literal or possible null value to non-nullable type.
|
Run Static Code Analysis:
UIAutomationTests/Hooks/Reports/ReporterHooks.cs#L46
Dereference of a possibly null reference.
|
Run Static Code Analysis:
UIAutomationTests/Hooks/Reports/ReporterHooks.cs#L46
Converting null literal or possible null value to non-nullable type.
|
Run Static Code Analysis:
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.
|
Run Static Code Analysis:
UIAutomationTests/Hooks/Reports/ReporterHooks.cs#L13
Non-nullable field '_scenario' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run Static Code Analysis:
UIAutomationTests/Hooks/Reports/ReporterHooks.cs#L14
Non-nullable field '_extent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run Static Code Analysis
No files were found with the provided path: ./path-to-repor. No artifacts will be uploaded.
|