Skip to content

Merge pull request #434 from Phalcode/Alfagun74-patch-1 #232

Merge pull request #434 from Phalcode/Alfagun74-patch-1

Merge pull request #434 from Phalcode/Alfagun74-patch-1 #232

Triggered via push September 25, 2024 22:51
Status Success
Total duration 2m 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. 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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/ExceptionWindow.xaml.cs#L27
Non-nullable property 'UserMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy: gamevault/Converter/UTCtoLocalTimeConverter.cs#L19
Possible null reference return.
deploy: gamevault/Converter/UTCtoLocalTimeConverter.cs#L28
Possible null reference return.
deploy: gamevault/ViewModels/ViewModelBase.cs#L13
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
deploy: gamevault/Windows/UpdateWindow.xaml.cs#L29
Non-nullable field 'm_StoreHelper' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
deploy: gamevault/Models/User.cs#L22
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.