Skip to content

Changes to the NewGithubAction #2

Changes to the NewGithubAction

Changes to the NewGithubAction #2

Triggered via push January 25, 2024 10:15
Status Failure
Total duration 1m 43s
Artifacts

main.yml

on: push
build-and-release
1m 29s
build-and-release
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build-and-release
Process completed with exit code 1.
build-and-release
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/
build-and-release: vrcosc-magicchatbox/UI/Dialogs/ApplicationError.xaml#L216
'ApplicationError.Close' hides inherited member 'Window.Close()'. Use the new keyword if hiding was intended.
build-and-release: vrcosc-magicchatbox/ViewModels/Models/MediaSessionInfo.cs#L68
Nullability of reference types in type of 'event PropertyChangedEventHandler MediaSessionInfo.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-and-release: vrcosc-magicchatbox/Classes/DataAndSecurity/OSCController.cs#L17
Cannot convert null literal to non-nullable reference type.
build-and-release: vrcosc-magicchatbox/ViewModels/Models/ProcessInfo.cs#L20
Nullability of reference types in type of 'event PropertyChangedEventHandler ProcessInfo.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build-and-release: vrcosc-magicchatbox/Classes/DataAndSecurity/UpdateApp.cs#L52
Cannot convert null literal to non-nullable reference type.
build-and-release: vrcosc-magicchatbox/Classes/DataAndSecurity/UpdateApp.cs#L177
Cannot convert null literal to non-nullable reference type.
build-and-release: vrcosc-magicchatbox/Classes/XamlCommunication/RelayCommand.cs#L26
Nullability of reference types in type of parameter 'parameter' of 'bool RelayCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
build-and-release: vrcosc-magicchatbox/Classes/XamlCommunication/RelayCommand.cs#L31
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
build-and-release: vrcosc-magicchatbox/Classes/XamlCommunication/RelayCommand.cs#L11
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
build-and-release: vrcosc-magicchatbox/Classes/XamlCommunication/RelayCommand.cs#L61
Nullability of reference types in type of parameter 'parameter' of 'bool RelayCommand<T>.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).