Skip to content

Merge pull request #9 from EnesEfeTokta/Develop #27

Merge pull request #9 from EnesEfeTokta/Develop

Merge pull request #9 from EnesEfeTokta/Develop #27

Triggered via push July 7, 2025 16:09
Status Success
Total duration 2m 7s
Artifacts
build-and-test
2m 4s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: FinTrack/Helpers/EnumToBooleanConverter.cs#L13
Converting null literal or possible null value to non-nullable type.
build-and-test: FinTrack/ViewModels/AccountViewModel.cs#L27
Non-nullable field 'accounts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: FinTrack/Services/Api/ApiService.cs#L45
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)'.
build-and-test: FinTrack/Services/Api/ApiService.cs#L154
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)'.
build-and-test: FinTrack/Services/Api/ApiService.cs#L112
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)'.
build-and-test: FinTrack/Services/Api/ApiService.cs#L79
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)'.
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).