Skip to content

- The selectable executables are now trimmed, in the installation tab #37

- The selectable executables are now trimmed, in the installation tab

- The selectable executables are now trimmed, in the installation tab #37

Triggered via push August 18, 2023 14:50
Status Success
Total duration 4m 35s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 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: 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/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/Models/User.cs#L22
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: gamevault/Models/User.cs#L24
Non-nullable property 'ProfilePicture' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: gamevault/Models/User.cs#L26
Non-nullable property 'BackgroundImage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: gamevault/Models/User.cs#L28
Non-nullable property 'EMail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: gamevault/Models/User.cs#L30
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: gamevault/Models/User.cs#L32
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.