Skip to content

Move all NAOT properties to release only to allow previewer works #25

Move all NAOT properties to release only to allow previewer works

Move all NAOT properties to release only to allow previewer works #25

Triggered via push March 30, 2024 22:50
Status Success
Total duration 7m 17s
Artifacts

deploy.yml

on: push
Builds a Material.Avalonia.Demo.Browser
6m 50s
Builds a Material.Avalonia.Demo.Browser
Deploy Material.Avalonia.Demo.Browser to GitHub Pages
9s
Deploy Material.Avalonia.Demo.Browser to GitHub Pages
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Builds a Material.Avalonia.Demo.Browser
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, SteveSandersonMS/ghaction-rewrite-base-href@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Builds a Material.Avalonia.Demo.Browser
The following actions uses node12 which is deprecated and will be forced to run on node16: SteveSandersonMS/ghaction-rewrite-base-href@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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/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/TextFieldDialogBuilderParams.cs#L5
'TwoFeedbackDialogBuilderParamsBase' is obsolete: 'Deprecated builder params.'
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.
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.