Skip to content

Release 1.10.0

Release 1.10.0 #35

Re-run triggered May 7, 2024 10:42
Status Failure
Total duration 1m 43s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
deploy
HttpError: Resource not accessible by integration
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/[email protected], CupOfTea696/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, CupOfTea696/[email protected]. 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/Windows/UpdateWindow.xaml.cs#L29
Non-nullable field 'm_StoreHelper' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy: gamevault/Converter/UTCtoLocalTimeConverter.cs#L19
Possible null reference return.
deploy: gamevault/Converter/UTCtoLocalTimeConverter.cs#L28
Possible null reference return.
deploy: gamevault/Helper/WpfEmbeddedBrowser.cs#L14
Cannot convert null literal to non-nullable reference type.
deploy: gamevault/Helper/WpfEmbeddedBrowser.cs#L15
Cannot convert null literal to non-nullable reference type.
deploy: gamevault/Helper/WpfEmbeddedBrowser.cs#L17
Cannot convert null literal to non-nullable reference type.