Skip to content

[maui] Fix accidental using statement copy #193

[maui] Fix accidental using statement copy

[maui] Fix accidental using statement copy #193

Triggered via push July 11, 2025 15:44
Status Success
Total duration 8m 21s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
maui-macos: src/MAUI/Models/DataTypeEditorsModel.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-macos: src/MAUI/Models/DataTypeEditorsModel.cs#L154
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-macos: src/MAUI/Models/DataTypeEditorsModel.cs#L137
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-macos: src/MAUI/Commands/CellTapUserCommand.cs#L49
'Application.MainPage.get' is obsolete: 'This property has been deprecated. For single-window applications, use Windows[0].Page. For multi-window applications, identify and use the appropriate Window object to access the desired Page. Additionally, each element features a Window property, accessible when it's part of the current window.'
maui-macos: src/MAUI/App.xaml.cs#L12
'Application.MainPage.get' is obsolete: 'This property has been deprecated. For single-window applications, use Windows[0].Page. For multi-window applications, identify and use the appropriate Window object to access the desired Page. Additionally, each element features a Window property, accessible when it's part of the current window.'
maui-macos: src/MAUI/App.xaml.cs#L12
'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.'
maui-macos: src/MAUI/Models/DataTypeEditorsModel.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-macos: src/MAUI/Models/DataTypeEditorsModel.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-macos: src/MAUI/Models/DataTypeEditorsModel.cs#L154
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-macos: src/MAUI/Models/DataTypeEditorsModel.cs#L137
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-ios: src/MAUI/Models/DataTypeEditorsModel.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-ios: src/MAUI/Models/DataTypeEditorsModel.cs#L154
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-ios: src/MAUI/Models/DataTypeEditorsModel.cs#L137
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-ios: src/MAUI/Commands/CellTapUserCommand.cs#L49
'Application.MainPage.get' is obsolete: 'This property has been deprecated. For single-window applications, use Windows[0].Page. For multi-window applications, identify and use the appropriate Window object to access the desired Page. Additionally, each element features a Window property, accessible when it's part of the current window.'
maui-ios: src/MAUI/App.xaml.cs#L12
'Application.MainPage.get' is obsolete: 'This property has been deprecated. For single-window applications, use Windows[0].Page. For multi-window applications, identify and use the appropriate Window object to access the desired Page. Additionally, each element features a Window property, accessible when it's part of the current window.'
maui-ios: src/MAUI/App.xaml.cs#L12
'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.'
maui-ios: src/MAUI/Models/DataTypeEditorsModel.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-ios: src/MAUI/Models/DataTypeEditorsModel.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-ios: src/MAUI/Models/DataTypeEditorsModel.cs#L154
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-ios: src/MAUI/Models/DataTypeEditorsModel.cs#L137
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-android: src/MAUI/Models/DataTypeEditorsModel.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-android: src/MAUI/Models/DataTypeEditorsModel.cs#L154
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-android: src/MAUI/Models/DataTypeEditorsModel.cs#L137
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-android: src/MAUI/Commands/CellTapUserCommand.cs#L49
'Application.MainPage.get' is obsolete: 'This property has been deprecated. For single-window applications, use Windows[0].Page. For multi-window applications, identify and use the appropriate Window object to access the desired Page. Additionally, each element features a Window property, accessible when it's part of the current window.'
maui-android: src/MAUI/App.xaml.cs#L12
'Application.MainPage.get' is obsolete: 'This property has been deprecated. For single-window applications, use Windows[0].Page. For multi-window applications, identify and use the appropriate Window object to access the desired Page. Additionally, each element features a Window property, accessible when it's part of the current window.'
maui-android: src/MAUI/App.xaml.cs#L12
'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.'
maui-android: src/MAUI/Models/DataTypeEditorsModel.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-android: src/MAUI/Models/DataTypeEditorsModel.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-android: src/MAUI/Models/DataTypeEditorsModel.cs#L154
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-android: src/MAUI/Models/DataTypeEditorsModel.cs#L137
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-windows: src/MAUI/Models/DataTypeEditorsModel.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-windows: src/MAUI/Models/DataTypeEditorsModel.cs#L154
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-windows: src/MAUI/Models/DataTypeEditorsModel.cs#L137
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-windows: src/MAUI/Commands/CellTapUserCommand.cs#L49
'Application.MainPage.get' is obsolete: 'This property has been deprecated. For single-window applications, use Windows[0].Page. For multi-window applications, identify and use the appropriate Window object to access the desired Page. Additionally, each element features a Window property, accessible when it's part of the current window.'
maui-windows: src/MAUI/App.xaml.cs#L12
'Application.MainPage.get' is obsolete: 'This property has been deprecated. For single-window applications, use Windows[0].Page. For multi-window applications, identify and use the appropriate Window object to access the desired Page. Additionally, each element features a Window property, accessible when it's part of the current window.'
maui-windows: src/MAUI/App.xaml.cs#L12
'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.'
maui-windows: src/MAUI/Models/DataTypeEditorsModel.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-windows: src/MAUI/Models/DataTypeEditorsModel.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-windows: src/MAUI/Models/DataTypeEditorsModel.cs#L154
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
maui-windows: src/MAUI/Models/DataTypeEditorsModel.cs#L137
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.