Skip to content

Update dotnet.yml

Update dotnet.yml #6

Triggered via push November 29, 2024 21:31
Status Success
Total duration 1m 36s
Artifacts

dotnet.yml

on: push
Run Static Code Analysis
1m 27s
Run Static Code Analysis
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run Static Code Analysis: 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.
Run Static Code Analysis: UIAutomationTests/AbstractionLayer/Elements/CheckboxElement.cs#L67
Possible null reference argument for parameter 'element' in 'bool StateChecker.GetPropertyState(IWebElement element, string property)'.
Run Static Code Analysis: UIAutomationTests/Hooks/AfterHooks.cs#L28
Converting null literal or possible null value to non-nullable type.
Run Static Code Analysis: UIAutomationTests/Hooks/AfterHooks.cs#L29
Dereference of a possibly null reference.
Run Static Code Analysis: UIAutomationTests/Hooks/AfterHooks.cs#L29
Converting null literal or possible null value to non-nullable type.
Run Static Code Analysis: UIAutomationTests/Hooks/AfterHooks.cs#L30
Dereference of a possibly null reference.
Run Static Code Analysis: UIAutomationTests/Hooks/AfterHooks.cs#L30
Converting null literal or possible null value to non-nullable type.
Run Static Code Analysis: UIAutomationTests/Drivers/Driver.cs#L28
Possible null reference return.
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.