Update release.yml with android release #77
Annotations
10 warnings
build:
ImmichFrame/Helpers/RelayCommand.cs#L29
Nullability of reference types in type of parameter 'parameter' of 'bool RelayCommandParams.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
|
build:
ImmichFrame/Helpers/RelayCommand.cs#L36
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommandParams.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
|
build:
ImmichFrame/Helpers/RelayCommand.cs#L34
Nullability of reference types in type of 'event EventHandler RelayCommandParams.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
build:
ImmichFrame/Helpers/RelayCommand.cs#L10
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:
ImmichFrame/Helpers/RelayCommand.cs#L12
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:
ImmichFrame/Helpers/RelayCommand.cs#L14
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
build:
ImmichFrame/Views/MainView.axaml.cs#L30
Non-nullable field '_viewModel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
ImmichFrame/Helpers/RelayCommand.cs#L24
Non-nullable event 'CanExecuteChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build:
ImmichFrame/Helpers/RelayCommand.cs#L16
Non-nullable event 'CanExecuteChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build:
ImmichFrame/Views/MainView.axaml.cs#L50
Possible null reference assignment.
|