Skip to content

Resolve mend errors #18

Resolve mend errors

Resolve mend errors #18

Triggered via pull request January 15, 2026 17:54
Status Failure
Total duration 9m 20s
Artifacts

codeql.yml

on: pull_request
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Analyze (swift)
Process completed with exit code 70.
Analyze (csharp): Maui-sample/PageHelpers.cs#L32
Dereference of a possibly null reference.
Analyze (csharp): Maui-sample/PageHelpers.cs#L13
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): Maui-sample/App.xaml.cs#L9
'Application.MainPage.set' is obsolete: 'This property is deprecated. Initialize your application by overriding Application.CreateWindow rather than setting MainPage. To modify the root page in an active application, use Windows[0].Page for applications with a single window. For applications with multiple windows, use Application.Windows to identify and update the root page on the correct window. Additionally, each element features a Window property, accessible when it's part of the current window.'
Analyze (csharp): Maui-sample/AccessCode/AccessCodeGenerator.cs#L19
Non-nullable field '_accessCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): Maui-sample/WebSocket/WebSocketMethods.cs#L37
Dereference of a possibly null reference.
Analyze (csharp): Maui-sample/PageHelpers.cs#L32
Dereference of a possibly null reference.
Analyze (csharp): Maui-sample/PageHelpers.cs#L13
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): Maui-sample/App.xaml.cs#L9
'Application.MainPage.set' is obsolete: 'This property is deprecated. Initialize your application by overriding Application.CreateWindow rather than setting MainPage. To modify the root page in an active application, use Windows[0].Page for applications with a single window. For applications with multiple windows, use Application.Windows to identify and update the root page on the correct window. Additionally, each element features a Window property, accessible when it's part of the current window.'
Analyze (csharp): Maui-sample/AccessCode/AccessCodeGenerator.cs#L19
Non-nullable field '_accessCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): Maui-sample/WebSocket/WebSocketMethods.cs#L37
Dereference of a possibly null reference.