Skip to content

- Bug fix: Prevent the message copy button from taking focus away fro… #256

- Bug fix: Prevent the message copy button from taking focus away fro…

- Bug fix: Prevent the message copy button from taking focus away fro… #256

Triggered via push December 11, 2024 12:35
Status Success
Total duration 1m 37s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/Converter/UTCtoLocalTimeConverter.cs#L19
Possible null reference return.
deploy: gamevault/Converter/UTCtoLocalTimeConverter.cs#L28
Possible null reference return.
deploy: gamevault/Helper/WpfEmbeddedBrowser.cs#L14
Cannot convert null literal to non-nullable reference type.
deploy: gamevault/Helper/WpfEmbeddedBrowser.cs#L15
Cannot convert null literal to non-nullable reference type.
deploy: gamevault/Helper/WpfEmbeddedBrowser.cs#L17
Cannot convert null literal to non-nullable reference type.