Formatted XAML #321
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/[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/
|
build
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:
Gavilya/Commands/RelayCommand.cs#L48
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:
Gavilya/Commands/RelayCommand.cs#L53
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:
Gavilya/Commands/RelayCommand.cs#L58
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
build:
Gavilya/Models/Game.cs#L32
'Game' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build:
Gavilya/ViewModels/ViewModelBase.cs#L34
Nullability of reference types in type of 'event PropertyChangedEventHandler ViewModelBase.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
build:
Gavilya/ViewModels/ViewModelBase.cs#L36
Cannot convert null literal to non-nullable reference type.
|
build:
Gavilya/Commands/RelayCommand.cs#L38
Cannot convert null literal to non-nullable reference type.
|
build:
Gavilya/ViewModels/ViewModelBase.cs#L34
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build:
Gavilya/Models/Game.cs#L47
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Gavilya/Models/Game.cs#L47
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|