Skip to content

Removes the Numerge.MSBuild since it migrated to common pipelines (fu… #61

Removes the Numerge.MSBuild since it migrated to common pipelines (fu…

Removes the Numerge.MSBuild since it migrated to common pipelines (fu… #61

Triggered via push September 7, 2024 21:25
Status Cancelled
Total duration 3m 18s
Artifacts

deploy.yml

on: push
Builds a Material.Avalonia.Demo.Browser
3m 10s
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/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.
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).