Resolve mend errors #19
Annotations
10 warnings
|
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/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/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/WebSocket/WebSocketMethods.cs#L37
Dereference of a possibly null reference.
|
|
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/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/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/WebSocket/WebSocketMethods.cs#L37
Dereference of a possibly null reference.
|