Deploy FolderFlex #23
Annotations
14 warnings
build (Release)
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 (Release)
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 (Release)
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 (Release)
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 (Release):
FolderFlex/Util/RelayCommand.cs#L16
Nullability of reference types in type of parameter 'parameter' of 'bool RelayCommand<T>.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
|
build (Release):
FolderFlex/Util/RelayCommand.cs#L18
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommand<T>.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
|
build (Release):
FolderFlex/Util/RelayCommand.cs#L20
Nullability of reference types in type of 'event EventHandler RelayCommand<T>.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
build (Release):
FolderFlex/Util/UpdateChecker.cs#L28
Dereference of a possibly null reference.
|
build (Release):
FolderFlex/Util/RelayCommand.cs#L13
Possible null reference assignment.
|
build (Release):
FolderFlex/Util/RelayCommand.cs#L10
Non-nullable field '_canExecute' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build (Release):
FolderFlex/ViewModel/FolderFlexMessageProviderViewModel.cs#L12
Non-nullable field '_allDoneLabel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build (Release):
FolderFlex/ViewModel/FolderFlexViewModel.cs#L267
Converting null literal or possible null value to non-nullable type.
|
build (Release):
FolderFlex/ViewModel/FolderFlexViewModel.cs#L502
Dereference of a possibly null reference.
|
build (Release):
FolderFlex/ViewModel/FolderFlexViewModel.cs#L502
Possible null reference argument for parameter 'pastaRaiz' in 'Task FolderFlexViewModel.MoveToRoot(string pastaRaiz, string destino, CancellationToken cancelador)'.
|