Skip to content

Merge pull request #293 from Phalcode/release-candidate #21

Merge pull request #293 from Phalcode/release-candidate

Merge pull request #293 from Phalcode/release-candidate #21

Triggered via push December 24, 2023 00:00
Status Failure
Total duration 1m 57s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
deploy
Input required and not supplied: upload_url
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, CupOfTea696/[email protected], actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deploy: gamevault/Helper/CommandHelper.cs#L14
Nullability of reference types in type of parameter 'parameter' of 'bool CommandHelper.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
deploy: gamevault/Helper/CommandHelper.cs#L19
Nullability of reference types in type of parameter 'parameter' of 'void CommandHelper.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
deploy: gamevault/Helper/CommandHelper.cs#L25
Nullability of reference types in type of 'event EventHandler CommandHelper.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
deploy: gamevault/ViewModels/ViewModelBase.cs#L13
Nullability of reference types in type of 'event PropertyChangedEventHandler ViewModelBase.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
deploy: gamevault/UserControls/GeneralControls/IconButton.xaml.cs#L25
'IconButton.ContentProperty' hides inherited member 'ContentControl.ContentProperty'. Use the new keyword if hiding was intended.
deploy: gamevault/UserControls/GeneralControls/IconButton.xaml.cs#L27
'IconButton.BackgroundProperty' hides inherited member 'Control.BackgroundProperty'. Use the new keyword if hiding was intended.
deploy: gamevault/UserControls/GeneralControls/IconButton.xaml.cs#L38
'IconButton.Content' hides inherited member 'ContentControl.Content'. Use the new keyword if hiding was intended.
deploy: gamevault/UserControls/GeneralControls/IconButton.xaml.cs#L43
'IconButton.Background' hides inherited member 'Control.Background'. Use the new keyword if hiding was intended.
deploy: gamevault/Converter/UrlImageConverter.cs#L23
Possible null reference return.
deploy: gamevault/Converter/UrlImageConverter.cs#L21
The variable 'ex' is declared but never used