Develop #17
build-and-test.yml
on: pull_request
build-and-test
1m 27s
Annotations
10 warnings
|
build-and-test:
FinTrack/Core/RelayCommand.cs#L10
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
FinTrack/Core/RelayCommand.cs#L18
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
|
build-and-test:
FinTrack/Core/RelayCommand.cs#L17
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-and-test:
FinTrack/Core/RelayCommand.cs#L16
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-and-test:
FinTrack/Core/SessionManager.cs#L5
Non-nullable property 'CurrentToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
FinTrack/Core/SessionManager.cs#L14
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
FinTrack/Core/RelayCommand.cs#L10
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
FinTrack/Core/RelayCommand.cs#L18
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
|
build-and-test:
FinTrack/Core/RelayCommand.cs#L17
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-and-test:
FinTrack/Core/RelayCommand.cs#L16
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).
|