Bump RestSharp from 112.1.0 to 113.0.0#491
Merged
Merged
Annotations
11 warnings
|
Gavilya/Helpers/ThemeHelper.cs#L86
Argument of type '(ThemeInfo? theme, string subdir)' cannot be used for parameter 'item' of type '(ThemeInfo, string)' in 'void List<(ThemeInfo, string)>.Add((ThemeInfo, string) item)' due to differences in the nullability of reference types.
|
|
Gavilya/Helpers/ThemeHelper.cs#L85
Converting null literal or possible null value to non-nullable type.
|
|
Gavilya/Commands/RelayCommand.cs#L34
Cannot convert null literal to non-nullable reference type.
|
|
Gavilya/ViewModels/ViewModelBase.cs#L34
Cannot convert null literal to non-nullable reference type.
|
|
Gavilya/ViewModels/ViewModelBase.cs#L32
Nullability of reference types in type of 'event PropertyChangedEventHandler ViewModelBase.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
Gavilya/Models/ThemeInfo.cs#L48
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
Gavilya/Helpers/DesktopMonitorHelper.cs#L345
'Monitor' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
Gavilya/Commands/RelayCommand.cs#L49
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
|
Gavilya/Commands/RelayCommand.cs#L44
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).
|
|
Gavilya/Commands/RelayCommand.cs#L39
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).
|
|
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/
|
The logs for this run have expired and are no longer available.
Loading