Develop #30
Annotations
10 warnings
|
FinTrack/ViewModels/TransactionsViewModel.cs#L41
Non-nullable field 'editableTransaction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
FinTrack/ViewModels/TransactionsViewModel.cs#L41
Non-nullable field 'transactions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
FinTrack/Services/Api/ApiService.cs#L43
Nullability of reference types in return type of 'Task<T?> ApiService.DeleteAsync<T>(string endpoint)' doesn't match implicitly implemented member 'Task<T> IApiService.DeleteAsync<T>(string endpoint)'.
|
|
FinTrack/Services/Api/ApiService.cs#L152
Nullability of reference types in return type of 'Task<T?> ApiService.PutAsync<T>(string endpoint, object data)' doesn't match implicitly implemented member 'Task<T> IApiService.PutAsync<T>(string endpoint, object data)'.
|
|
FinTrack/Services/Api/ApiService.cs#L110
Nullability of reference types in return type of 'Task<T?> ApiService.PostAsync<T>(string endpoint, object data)' doesn't match implicitly implemented member 'Task<T> IApiService.PostAsync<T>(string endpoint, object data)'.
|
|
FinTrack/Services/Api/ApiService.cs#L77
Nullability of reference types in return type of 'Task<T?> ApiService.GetAsync<T>(string endpoint)' doesn't match implicitly implemented member 'Task<T> IApiService.GetAsync<T>(string endpoint)'.
|
|
FinTrack/Core/RelayCommand.cs#L10
Cannot convert null literal to non-nullable reference type.
|
|
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'.
|
|
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).
|
|
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).
|
The logs for this run have expired and are no longer available.
Loading