- Bug fix: Installed games were sometimes not displayed if they were … #362
Annotations
10 warnings
|
deploy:
gamevault/Converter/UrlImageConverter.cs#L29
Possible null reference return.
|
|
deploy:
gamevault/Converter/UrlImageConverter.cs#L21
The variable 'ex' is declared but never used
|
|
deploy:
gamevault/Converter/UrlImageConverter.cs#L23
Possible null reference return.
|
|
deploy:
gamevault/Converter/UTCtoLocalTimeConverter.cs#L28
Possible null reference return.
|
|
deploy:
gamevault/Converter/UTCtoLocalTimeConverter.cs#L19
Possible null reference return.
|
|
deploy:
gamevault/Windows/MainWindow.xaml.cs#L30
Non-nullable field 'GameTimeTracker' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
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#L25
Nullability of reference types in type of 'event EventHandler CommandHelper.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
|
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#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).
|