cleanup some stuff #1204
Annotations
1 error and 10 warnings
|
build
Process completed with exit code 1.
|
|
build:
ViewModel/DelegateCommand.cs#L28
The field 'DelegateCommand<T>._action' is never used
|
|
build:
ViewModel/AsyncDelegateCommand.cs#L58
Possible null reference argument for parameter 'arg' in 'Task Func<T, Task>.Invoke(T arg)'.
|
|
build:
ViewModel/AsyncDelegateCommand.cs#L58
Converting null literal or possible null value to non-nullable type.
|
|
build:
ViewModel/AsyncDelegateCommand.cs#L45
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:
ViewModel/AsyncDelegateCommand.cs#L48
Possible null reference assignment.
|
|
build:
ViewModel/DelegateCommand.cs#L70
Possible null reference argument for parameter 'obj' in 'bool Predicate<T>.Invoke(T obj)'.
|
|
build:
ViewModel/DelegateCommand.cs#L49
Non-nullable field '_action' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
ViewModel/AsyncDelegateCommand.cs#L82
Nullability of reference types in type of 'event EventHandler AsyncDelegateCommand<T>.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
|
build:
ViewModel/AsyncDelegateCommand.cs#L66
Nullability of reference types in type of parameter 'parameter' of 'bool AsyncDelegateCommand<T>.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
|
|
build:
ViewModel/DelegateCommand.cs#L82
Nullability of reference types in type of 'event EventHandler DelegateCommand<T>.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
TestResults
|
4.32 KB |
sha256:aeb3aa50e59e6282f7f340419fd345723600cff76c9200fdfd08870a40b4ba36
|
|