Skip to content

Add proper RootMode for DataGrid project (#392) #53

Add proper RootMode for DataGrid project (#392)

Add proper RootMode for DataGrid project (#392) #53

Triggered via push July 28, 2024 23:07
Status Cancelled
Total duration 1m 32s
Artifacts

deploy.yml

on: push
Builds a Material.Avalonia.Demo.Browser
1m 23s
Builds a Material.Avalonia.Demo.Browser
Deploy Material.Avalonia.Demo.Browser to GitHub Pages
0s
Deploy Material.Avalonia.Demo.Browser to GitHub Pages
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Builds a Material.Avalonia.Demo.Browser
Canceling since a higher priority waiting request for 'Deploy demo to static pages-refs/heads/master' exists
Builds a Material.Avalonia.Demo.Browser
The operation was canceled.
Builds a Material.Avalonia.Demo.Browser: Material.Avalonia.Dialogs/DateTimePickerDialogBuilderParams.cs#L6
'TwoFeedbackDialogBuilderParamsBase' is obsolete: 'Deprecated builder params.'
Builds a Material.Avalonia.Demo.Browser: Material.Avalonia.Dialogs/DateTimePickerDialogBuilderParams.cs#L14
'TwoFeedbackDialogBuilderParamsBase' is obsolete: 'Deprecated builder params.'
Builds a Material.Avalonia.Demo.Browser: Material.Avalonia.Dialogs/Commands/MaterialDialogRelayCommand.cs#L20
Nullability of reference types in type of parameter 'parameter' of 'bool MaterialDialogRelayCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
Builds a Material.Avalonia.Demo.Browser: Material.Avalonia.Dialogs/Commands/MaterialDialogRelayCommand.cs#L25
Nullability of reference types in type of parameter 'parameter' of 'void MaterialDialogRelayCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
Builds a Material.Avalonia.Demo.Browser: Material.Avalonia.Dialogs/Commands/MaterialDialogRelayCommand.cs#L18
Nullability of reference types in type of 'event EventHandler MaterialDialogRelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
Builds a Material.Avalonia.Demo.Browser: Material.Avalonia.Dialogs/Commands/MaterialDialogRelayCommand.cs#L14
Cannot convert null literal to non-nullable reference type.
Builds a Material.Avalonia.Demo.Browser: Material.Avalonia.Dialogs/TextFieldDialogBuilderParams.cs#L5
'TwoFeedbackDialogBuilderParamsBase' is obsolete: 'Deprecated builder params.'
Builds a Material.Avalonia.Demo.Browser: Material.Avalonia.Dialogs/TextFieldDialogResult.cs#L16
'TextFieldDialogResult.GetResult' hides inherited member 'DialogResult.GetResult'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Builds a Material.Avalonia.Demo.Browser: Material.Avalonia.Dialogs/ViewModels/ViewModelBase.cs#L8
Nullability of reference types in type of 'event PropertyChangedEventHandler DialogViewModelBase.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Builds a Material.Avalonia.Demo.Browser: Material.Avalonia.Dialogs/ViewModels/ViewModelBase.cs#L10
Cannot convert null literal to non-nullable reference type.